1
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
botw-hundo-dupl/Justfile
2022-06-23 11:14:43 -07:00

7 lines
No EOL
133 B
Makefile

deploy:
rm -rf docs/
npm run build
mv -T build docs
git add .
git commit -m "Local Build Deployment"
git push