Update all modules, docker image

This commit is contained in:
2021-08-14 11:46:07 +03:00
parent 9dac06627f
commit d69e0ffa9c
7 changed files with 74 additions and 52 deletions

View File

@ -3,6 +3,9 @@ all: format build
build-docker:
docker build -t screeps-node .
install:
tools/npm install
build:
tools/npm run build
@ -17,3 +20,6 @@ coverage:
push:
tools/npm run push-main
push-sim:
tools/npm run push-sim