Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
fix: fixup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 7, 2018
1 parent 38a4d07 commit bc0d8e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -81,9 +81,9 @@
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "tsc -p test --noEmit && tslint -p test -t stylish",
"postpublish": "node ./bin/run publish:s3 --xz && node ./bin/run publish:github --xz && rm .oclif.manifest.json",
"postpublish": "node ./bin/run publish:s3 && rm .oclif.manifest.json",
"posttest": "yarn run lint",
"prepublishOnly": "yarn run build && node ./bin/run manifest && node ./bin/run readme",
"prepack": "yarn run build && node ./bin/run manifest && node ./bin/run readme",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "node ./bin/run manifest && node ./bin/run readme && git add README.md"
},
Expand Down

0 comments on commit bc0d8e4

Please sign in to comment.