Skip to content

Commit ea3bdd7

Browse files
committed
Add build-zip command
1 parent e84295b commit ea3bdd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"author": "{{ author }}",
66
"scripts": {
77
"build": "webpack --config webpack.config.js --progress --hide-modules",
8+
"build-zip": "node scripts/build-zip.js",
89
"watch": "npm run build -- --watch"
910
},
1011
"dependencies": {

0 commit comments

Comments
 (0)