Skip to content

Commit

Permalink
fix: update prepare and prepack scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Feb 15, 2024
1 parent 57aa2e7 commit f60836f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"lint": "eslint . --ext .ts",
"postpack": "shx rm -f oclif.manifest.json",
"posttest": "yarn lint",
"prepack": "yarn build && oclif manifest && oclif readme",
"prepare": "yarn build",
"prepack": "yarn bundle && oclif manifest && oclif readme",
"prepare": "yarn bundle",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif readme && git add README.md"
}
Expand Down

0 comments on commit f60836f

Please sign in to comment.