Skip to content

Commit a8fb6f9

Browse files
authored
Add build-local npm command (#5)
1 parent 9eb32d3 commit a8fb6f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
],
1111
"scripts": {
1212
"build": "webpack --mode production --config webpack.config.js",
13+
"build-local": "npm run build && npm pack",
1314
"prepare": "npm run build",
1415
"test": "echo \"Error: no test specified\" && exit 1"
1516
},

0 commit comments

Comments
 (0)