We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9ff76 commit 9964977Copy full SHA for 9964977
package.json
@@ -5,7 +5,7 @@
5
"start": "cross-env NODE_ENV=development nodemon ./bin/www.js --exec babel-node",
6
"prebuild": "babel bin --out-dir dist/bin && babel client --out-dir dist/client --copy-files && babel server --out-dir dist/server --copy-files",
7
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js",
8
- "postbuild": "babel public --out-dir dist/public --copy-files"
+ "postbuild": "babel public --out-dir dist/public --copy-files && babel test --out-dir dist/test --copy-files"
9
},
10
"dependencies": {
11
"babel-cli": "^6.26.0",
0 commit comments