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 ffc56f8 commit 1e6abcf
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
32 changes: 32 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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 1e6abcf

Please sign in to comment.