cli.sh 290 B

1234567891011121314151617
  1. #!/bin/sh
  2. set -eu
  3. NOCLIENT=1 yarn install --pure-lockfile
  4. rm -rf ./dist/server/tools/
  5. (
  6. cd ./server/tools
  7. yarn install --pure-lockfile
  8. ../../node_modules/.bin/tsc --build --verbose
  9. )
  10. cp -r "./server/tools/node_modules" "./dist/server/tools"
  11. npm run resolve-tspaths:server