Skip to content

Commit

Permalink
prepack cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
e9x committed Jul 6, 2023
1 parent 8549cfd commit 111e4a5
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 @@ -17,7 +17,8 @@
"type": "module",
"scripts": {
"build": "node build.js",
"dev": "node build.js --dev"
"dev": "node build.js --dev",
"prepack": "npm run build"
},
"devDependencies": {
"@tomphttp/bare-client": "^2.0.1",
Expand Down

0 comments on commit 111e4a5

Please sign in to comment.