Blame view

docker.sh 138 Bytes
TaoHuang authored
1 2 3 4 5 6 7 8 9 10
#!/bin/bash
wordir=$2

cd $wordir
yarn --production=false

yarn build
yarn build:node

/usr/local/bin/node-prune ./dist/node/node_modules