From 789c505a88a6bd2c7c5be596908c85681e457132 Mon Sep 17 00:00:00 2001 From: Alexander Sorokin Date: Tue, 20 Oct 2015 11:59:38 +0300 Subject: [PATCH] CB-9826 Fixed 'test-build' script on windows. This closes #228 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a0cc66f..cc8b3d93 100644 --- a/package.json +++ b/package.json @@ -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",