mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-27 03:36:32 +00:00
Fix .gitignore: stop tracking ignored files
This commit is contained in:
+10
@@ -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