Skip to content

Commit

Permalink
Add Diagnostic Info to NP command (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
PJSimon authored Apr 14, 2020
1 parent 8691995 commit b9616f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"lint": "eslint --fix ./src ./test",
"prepack": "oclif-dev manifest && oclif-dev readme --multi && npm shrinkwrap && git checkout origin/master -- package-lock.json",
"postpack": "rm -f oclif.manifest.json && rm -f npm-shrinkwrap.json",
"version": "oclif-dev readme --multi && git add README.md && git add docs",
"version": "oclif-dev readme --multi && git add README.md && git add docs && git remote -v && git status",
"build": "oclif-dev pack:macos && rm -rf tmp/ && oclif-dev pack:win && rm -rf tmp/ && npm run binaries",
"binaries": "pkg --targets node10-macos-x64,node10-win-x64,node10-linux-x64 --out-path ./dist ."
}
Expand Down

0 comments on commit b9616f8

Please sign in to comment.