Skip to content

Commit

Permalink
chore: switch prepare to prepack for building
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink committed Dec 8, 2023
1 parent 9fc8eac commit fab24dc
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 @@ -32,7 +32,7 @@
"dev": "rollup -c rollup.config.examples.js --watch",
"format": "eslint . --fix",
"lint": "eslint .",
"prepare": "rm -rf dist && rollup -c",
"prepack": "rm -rf dist && rollup -c",
"test": "jest src/*",
"test:all": "jest"
},
Expand Down

0 comments on commit fab24dc

Please sign in to comment.