put cmds between "s so it works on windows

This commit is contained in:
Iuri Matias 2018-04-11 09:12:24 -04:00
parent 6e235f7e1c
commit 67bdcbb1c3
1 changed files with 2 additions and 2 deletions

View File

@ -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": {