684d86a17e
* (broken) finished new item system, working on fixing logic in Slots * new item infrastructure, accurate durability transfer * Delete build directory * style issues
10 lines
174 B
Makefile
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
|