Kaynağa Gözat

Another wercker update

Torkel Ödegaard 11 yıl önce
ebeveyn
işleme
d7e796097a
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. 4 1
      wercker.yml

+ 4 - 1
wercker.yml

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