Skip to content

Commit

Permalink
chore: fix pjson script
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Oct 23, 2023
1 parent f5fd341 commit e6f599e
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 @@ -83,7 +83,7 @@
"lint": "eslint . --ext .ts",
"postpack": "rm -f oclif.lock oclif.manifest.json",
"posttest": "yarn lint",
"prepack": "rm -rf lib && tsc -b oclif lock && && oclif manifest . && oclif readme",
"prepack": "rm -rf lib && tsc -b && oclif lock && oclif manifest . && oclif readme",
"prepare": "husky install",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\" --timeout 20000",
"version": "oclif readme && git add README.md"
Expand Down

0 comments on commit e6f599e

Please sign in to comment.