Skip to content

Commit b98d8a8

Browse files
committed
feat(package): add build:server script
1 parent c999c03 commit b98d8a8

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
@@ -218,6 +218,7 @@
218218
},
219219
"scripts": {
220220
"build": "gulp build",
221+
"build:server": "babel server -d dist/server --ignore spec.js,test.js,integration.js,local.env --source-maps",
221222
"postinstall": "gulp copy:fonts:dev",
222223
"lint": "npm run lint:client && npm run lint:server",
223224
"lint:client": <% if(filters.babel) { _%>"eslint ./client/**/*.<%= scriptExt %> -c ./client/.eslintrc --ignore-pattern *.spec.<%= scriptExt %>"<%_ } else { _%>

0 commit comments

Comments
 (0)