ソースを参照

Don't npm rebuild inside container

Shane Kilkelly 9 年 前
コミット
929ffbd83a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      services/docstore/test/acceptance/scripts/full-test.sh

+ 1 - 1
services/docstore/test/acceptance/scripts/full-test.sh

@@ -1,6 +1,6 @@
 #! /usr/bin/env bash
 
-npm rebuild
+# npm rebuild
 
 echo ">> Starting server..."