Parcourir la source

ensure not to remove files for building client

Yuki Takei il y a 6 ans
Parent
commit
d13162e338
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  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 \