Browse Source

Merge branch 'master' into helios

Nicolas Petton 11 years ago
parent
commit
b08bd82727
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 1 1
      package.json

+ 1 - 0
.gitignore

@@ -8,6 +8,7 @@ server/FileServer*.js
 st/*.js
 
 # Ignoring run.js in test/
+test/amber_test_runner.js
 test/run.js
 
 # In case amber is also saved in a local Subversion

+ 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",