Pārlūkot izejas kodu

ensure not to remove files for building client

Yuki Takei 6 gadi atpakaļ
vecāks
revīzija
d13162e338
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  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 \