Sfoglia il codice sorgente

Another wercker update

Torkel Ödegaard 11 anni fa
parent
commit
d7e796097a
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      wercker.yml

+ 4 - 1
wercker.yml

@@ -1,5 +1,8 @@
 box: wercker/golang
 
+steps:
+  - wercker/npm-install@0.9.3
+
 build:
   steps:
     # Workspace
@@ -22,5 +25,5 @@ build:
           go test ./...
     # npm install
     - npm-install:
-      cwd: grafana/
+        cwd: grafana/