Improve GitHub Actions (#3451)
This commit is contained in:
committed by
GitHub
parent
5e00787199
commit
04204b8fb9
10
scripts/prepare.sh
Executable file
10
scripts/prepare.sh
Executable 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
|
||||
Reference in New Issue
Block a user