Explorar o código

Merge pull request #597 from herby/simpler-npm-test

npm test line simpler, works from cmd as well as sh
Nicolas Petton %!s(int64=11) %!d(string=hai) anos
pai
achega
1e15dc0999
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

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