Skip to content

Commit

Permalink
chore: add build:pack script
Browse files Browse the repository at this point in the history
  • Loading branch information
stanavdb committed Oct 21, 2024
1 parent ebc02b5 commit 4daf8fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"build": "npx rollup -c",
"build:pack": "npm run build && npm run pack",
"build:watch": "npx rollup -c -w",
"prepare": "husky",
"lint": "eslint",
Expand Down

0 comments on commit 4daf8fc

Please sign in to comment.