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

13 lines
229 B
Makefile
Raw Normal View History

2022-06-19 20:01:03 +09:00
deploy:
rm -rf docs/
npm run build
mv -T build docs
2022-06-21 14:47:31 +09:00
git add .
git commit -m "Local Build Deployment"
git push
2022-07-07 12:36:57 +09:00
lint VERBOSE="":
pylint scripts
python3 scripts/lint.py {{VERBOSE}}
npm run lint