docker.sh 208 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 #!/bin/bash wordir=$2 needBuild=$1 cd $wordir yarn --production=false if [ "$needBuild" == "YES" ];then yarn build fi yarn build:node --build=$needBuild /usr/local/bin/node-prune ./dist/node/node_modules