瀏覽代碼

ensure not to remove files for building client

Yuki Takei 6 年之前
父節點
當前提交
d13162e338
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      docker/bin/remove-except-artifacts.sh

+ 0 - 3
docker/bin/remove-except-artifacts.sh

@@ -3,8 +3,5 @@
 set -e
 
 rm -rf \
-  ${appDir}/bin \
   ${appDir}/docker \
   ${appDir}/node_modules \
-  ${appDir}/src/client \
-  ${appDir}/babel.config.js \