Skip to content

Commit f572635

Browse files
committed
feat(package): add 'gulp build' as build script
1 parent 0ee43ff commit f572635

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: templates/app/_package.json

+1
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@
217217
"npm": ">=3.9.5"
218218
},
219219
"scripts": {
220+
"build": "gulp build",
220221
"postinstall": "gulp copy:fonts:dev",
221222
"lint": "npm run lint:client && npm run lint:server",
222223
"lint:client": <% if(filters.babel) { _%>"eslint ./client/**/*.<%= scriptExt %> -c ./client/.eslintrc --ignore-pattern *.spec.<%= scriptExt %>"<%_ } else { _%>

0 commit comments

Comments
 (0)