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
Michael 684d86a17e
Item Infra Update and Durability System (#2)
* (broken) finished new item system, working on fixing logic in Slots

* new item infrastructure, accurate durability transfer

* Delete build directory

* style issues
2022-07-16 18:29:46 -07:00

10 lines
174 B
Makefile

lint VERBOSE="":
pylint scripts
python3 scripts/lint.py {{VERBOSE}}
npm run lint
test:
npm run test
# make sure this passes before you PR
check: lint test