Sfoglia il codice sorgente

Don't npm rebuild inside container

Shane Kilkelly 9 anni fa
parent
commit
929ffbd83a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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..."