Ver Fonte

Tests: call the js script directly

the 'amber' shell script does not exist anymore
Manfred Kröhnert há 10 anos atrás
pai
commit
bb53b92b52
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -30,7 +30,7 @@
     "amberc": "./cli/support/amberc-cli.js"
   },
   "scripts": {
-    "test": "grunt amberc:cli && ./support/amber-cli tests"
+    "test": "grunt amberc:cli && node ./cli/support/amber-cli.js tests"
   },
   "dependencies": {
     "amber": "~0.12.4",