This website requires JavaScript.
Explore
Help
Sign In
root
/
gitdeploy
Watch
2
Star
0
Fork
You've already forked gitdeploy
0
Code
Issues
3
Pull Requests
Releases
Wiki
Activity
3fbb2edf7f
gitdeploy
/
html
/
scripts
/
build
5 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
html build
2020-10-01 15:11:34 +00:00
#!/usr/bin/env bash
rm -rf dist
npx webpack --config webpack.production.js -p --colors
scripts/copy