Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Dec 3, 2023
1 parent a562287 commit 20f294e
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 @@ -12,7 +12,7 @@
"test:update": "TEST_UPDATE_SNAPSHOT=1 pnpm test",
"clean": "rm -rf ./dist",
"typecheck": "tsc --noEmit",
"prepublishOnly": "pnpm clean && pnpm build && pnpm test",
"prepublishOnly": "pnpm clean && pnpm build && chmod +x ./dist/cli.js && pnpm test",
"build": "tsx ./src/bin/bunchee.ts --runtime node",
"format": "prettier --write .",
"prepare": "husky install"
Expand Down

0 comments on commit 20f294e

Please sign in to comment.