Skip to content

Commit 77c6fcf

Browse files
author
Walker Leite
committed
feat(package): run afterbuild after build, fixes #9
1 parent b721305 commit 77c6fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"lint": "npx eslint --ext vue,js .",
1010
"dev": "gulp serve",
11-
"build": "gulp build --production",
11+
"build": "gulp build --production && npm run afterbuild",
1212
"afterbuild": "cd build && npm install --production",
1313
"test": "gulp test",
1414
"test:server": "gulp test:server",

0 commit comments

Comments
 (0)