Răsfoiți Sursa

Remove comment in test/run*.sh

Lucian I. Last 6 ani în urmă
părinte
comite
fe76589ddc
2 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  1. 0 1
      test/run-cdn.sh
  2. 0 1
      test/run-local.sh

+ 0 - 1
test/run-cdn.sh

@@ -6,7 +6,6 @@ if [ "$(docker ps -a | grep webdav-js-app)" ]; then
 	docker stop webdav-js-app
 	docker rm webdav-js-app
 fi
-# npm run build
 
 docker run -dit \
 --name webdav-js-app \

+ 0 - 1
test/run-local.sh

@@ -6,7 +6,6 @@ if [ "$(docker ps -a | grep webdav-js-app)" ]; then
 	docker stop webdav-js-app
 	docker rm webdav-js-app
 fi
-# npm run build
 
 docker run -dit \
 --name webdav-js-app \