Skip to content

Commit

Permalink
Add prepublish task
Browse files Browse the repository at this point in the history
  • Loading branch information
GulgDev committed Jun 16, 2024
1 parent de8e89b commit 212fbbe
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 @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"start": "webpack --watch --config webpack.dev.js"
"start": "webpack --watch --config webpack.dev.js",
"prepublishOnly": "npm run build"
},
"bin": "bin/sigmascript.js",
"keywords": [],
Expand Down

0 comments on commit 212fbbe

Please sign in to comment.