mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-23 04:56:01 +00:00
9 lines
149 B
Bash
Executable File
9 lines
149 B
Bash
Executable File
rm -rf build
|
|
rm -rf dist
|
|
npx babel src -d dist/src --copy-files
|
|
|
|
sha=`git rev-parse HEAD`
|
|
|
|
echo $sha
|
|
|
|
perl -pi -e "s/SHA/$sha/g" dist/src/config.json |