Browse Source

Remove comment in test/run*.sh

Lucian I. Last 6 năm trước cách đây
mục cha
commit
fe76589ddc
2 tập tin đã thay đổi với 0 bổ sung2 xóa
  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 \