We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c999c03 commit b98d8a8Copy full SHA for b98d8a8
1 file changed
templates/app/_package.json
@@ -218,6 +218,7 @@
218
},
219
"scripts": {
220
"build": "gulp build",
221
+ "build:server": "babel server -d dist/server --ignore spec.js,test.js,integration.js,local.env --source-maps",
222
"postinstall": "gulp copy:fonts:dev",
223
"lint": "npm run lint:client && npm run lint:server",
224
"lint:client": <% if(filters.babel) { _%>"eslint ./client/**/*.<%= scriptExt %> -c ./client/.eslintrc --ignore-pattern *.spec.<%= scriptExt %>"<%_ } else { _%>
0 commit comments