Преглед изворни кода

Merge pull request #406 from herby/npm-test-on-windows

Made npm test work on windows w/ mSysGit.
Nicolas Petton пре 11 година
родитељ
комит
ff64ada0fd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -23,7 +23,7 @@
         "ambers": "./bin/server"
     },
     "scripts": {
-        "test": "./node_modules/grunt/bin/grunt amberc:amber_test_runner; node ./test/amber_test_runner.js"
+        "test": "sh -c 'grunt amberc:amber_test_runner' && node ./test/amber_test_runner.js"
     },
     "devDependencies": {
         "pegjs": "~0.7.0",