From 67bdcbb1c37cda8a77b6140ff4636e5df1633670 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 11 Apr 2018 09:12:24 -0400 Subject: [PATCH] put cmds between "s so it works on windows --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 93ee26e5..c54c267d 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "scripts": { "lint": "./node_modules/.bin/eslint lib/", "test": "mocha test/ --no-timeouts", - "testdapp_1": "cd test_apps/test_app/ && npm install && ../../bin/embark test", - "testdapp_2": "cd test_apps/contracts_app/ && npm install && ../../bin/embark test", + "testdapp_1": "cd test_apps/test_app/ && npm install && \"../../bin/embark\" test", + "testdapp_2": "cd test_apps/contracts_app/ && npm install && \"../../bin/embark\" test", "fulltest": "npm run lint && npm run test && npm run testdapp_1 && npm run testdapp_2" }, "bin": {