Skip to content

Commit

Permalink
added prepack
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmel committed Mar 24, 2023
1 parent 8ab2f87 commit fb5ab3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"scripts": {
"clean": "git clean -Xdf",
"format": "prettier --ignore-path .gitignore --write .",
"build": "rollup -c"
"build": "rollup -c",
"prepack": "npm run clean && npm install && npm run build"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.0",
Expand Down

0 comments on commit fb5ab3e

Please sign in to comment.