Эх сурвалжийг харах

Remove comment in test/run*.sh

Lucian I. Last 6 жил өмнө
parent
commit
fe76589ddc
2 өөрчлөгдсөн 0 нэмэгдсэн , 2 устгасан
  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 \