Просмотр исходного кода

ensure not to remove files for building client

Yuki Takei 6 лет назад
Родитель
Сommit
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
 set -e
 
 
 rm -rf \
 rm -rf \
-  ${appDir}/bin \
   ${appDir}/docker \
   ${appDir}/docker \
   ${appDir}/node_modules \
   ${appDir}/node_modules \
-  ${appDir}/src/client \
-  ${appDir}/babel.config.js \