screeps-ai/Makefile
2020-07-20 19:44:28 +03:00

20 lines
219 B
Makefile

all: format build
build-docker:
docker build -t screeps-node .
build:
tools/npm run build
format:
tools/npm run format
test:
tools/npm run test
coverage:
tools/npm run coverage
push:
tools/npm run push-main