We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b721305 commit 77c6fcfCopy full SHA for 77c6fcf
template/package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"lint": "npx eslint --ext vue,js .",
10
"dev": "gulp serve",
11
- "build": "gulp build --production",
+ "build": "gulp build --production && npm run afterbuild",
12
"afterbuild": "cd build && npm install --production",
13
"test": "gulp test",
14
"test:server": "gulp test:server",
0 commit comments