1
0
Преглед на файлове

Tests: adjust location of amber-cli binary

Manfred Kröhnert преди 11 години
родител
ревизия
b1c40cc7d9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      package.json

+ 1 - 1
package.json

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