Skip to content

Commit d4d1909

Browse files
authored
Merge pull request Kocal#11 from Kocal/feature/ISSUE-7
Add command « watch:dev »
2 parents ac4c783 + 4218d00 commit d4d1909

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js --progress --hide-modules",
88
"build:dev": "cross-env NODE_ENV=development webpack --config webpack.config.js --progress --hide-modules",
99
"build-zip": "node scripts/build-zip.js",
10-
"watch": "npm run build -- --watch"
10+
"watch": "npm run build -- --watch",
11+
"watch:dev": "npm run build:dev -- --watch"
1112
},
1213
"dependencies": {
1314
{{#axios}}"axios": "^0.16.2",{{/axios}}

0 commit comments

Comments
 (0)