This website requires JavaScript.
Explore
Help
Sign in
milas
/
jellyfish-web
Watch
1
Star
0
Fork
You've already forked jellyfish-web
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
d66d26b4f6
jellyfish-web
/
scripts
/
prepare.sh
6 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
Add prepare script to allow CI to skip build
2020-11-17 22:20:34 -05:00
#!/usr/bin/env bash
if
[
-z
"
${
SKIP_PREPARE
}
"
]
;
then
use webpack inside prepare script
2020-11-21 22:11:27 +09:00
webpack --config webpack.prod.js
Add prepare script to allow CI to skip build
2020-11-17 22:20:34 -05:00
fi
Reference in a new issue
Copy permalink