CB-9826 Fixed 'test-build' script on windows. This closes #228

This commit is contained in:
Alexander Sorokin 2015-10-20 11:59:38 +03:00 committed by Vladimir Kotikov
parent 0429bb0ab8
commit 789c505a88

View File

@ -14,7 +14,7 @@
],
"scripts": {
"test": "npm run jshint && jasmine-node --color spec",
"test-build": "rm -rf \"test create\"; ./bin/create \"test create\" com.test.app 応用 && \"./test create/cordova/build\" && rm -rf \"test create\"",
"test-build": "rm -rf \"test create\" && node ./bin/create \"test create\" com.test.app 応用 && \"./test create/cordova/build\" && rm -rf \"test create\"",
"jshint": "node node_modules/jshint/bin/jshint bin && node node_modules/jshint/bin/jshint spec"
},
"author": "Apache Software Foundation",