Skip to content

Commit 86ba917

Browse files
committed
fix: correctly sort pre/post steps
Signed-off-by: Tierney Cyren <hello@bnb.im>
1 parent 815c656 commit 86ba917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"coverage": "nyc --check-coverage --lines 90 --reporter=html --reporter=text mocha --forbid-only \"test/**/*.test.js\"",
6161
"oclif:manifest": "oclif manifest",
6262
"oclif:readme": "oclif readme",
63-
"postpack": "rm -f oclif.manifest.json",
6463
"prepack": "npm run oclif:manifest && npm run oclif:readme",
64+
"postpack": "rm -f oclif.manifest.json",
6565
"test": "mocha --forbid-only \"test/**/*.test.js\"",
6666
"updates:check": "npx npm-check-updates",
6767
"updates:update": "npx npm-check-updates -u"

0 commit comments

Comments
 (0)