Improve GitHub Actions (#3451)

This commit is contained in:
Francisco Giordano
2022-06-02 19:42:49 -03:00
committed by GitHub
parent 5e00787199
commit 04204b8fb9
7 changed files with 87 additions and 97 deletions

10
scripts/prepare.sh Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -euo pipefail
if [ "${SKIP_COMPILE:-}" == true ]; then
exit
fi
npm run clean
env COMPILE_MODE=production npm run compile