Ver código fonte

Remove comment in test/run*.sh

Lucian I. Last 6 anos atrás
pai
commit
fe76589ddc
2 arquivos alterados com 0 adições e 2 exclusões
  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 \