Skip to content

Commit 9964977

Browse files
author
yunkui.zhou
committed
测试代码文件夹
1 parent 5c9ff76 commit 9964977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"start": "cross-env NODE_ENV=development nodemon ./bin/www.js --exec babel-node",
66
"prebuild": "babel bin --out-dir dist/bin && babel client --out-dir dist/client --copy-files && babel server --out-dir dist/server --copy-files",
77
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js",
8-
"postbuild": "babel public --out-dir dist/public --copy-files"
8+
"postbuild": "babel public --out-dir dist/public --copy-files && babel test --out-dir dist/test --copy-files"
99
},
1010
"dependencies": {
1111
"babel-cli": "^6.26.0",

0 commit comments

Comments
 (0)