Skip to content

Commit

Permalink
fix(build): add CI target
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed May 17, 2021
1 parent 11e99f4 commit e58adea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
@@ -1,4 +1,4 @@
.PHONY: build clean cover graph image install push run run-debug run-image test
.PHONY: build ci clean cover graph image install push run run-debug run-image test

DOCKER_ARGS ?=
DOCKER_IMAGE := ssube/textual-engine
Expand All @@ -10,6 +10,8 @@ RELEASE_ARGS ?= --sign
build: node_modules
yarn tsc

ci: build cover

clean:
rm -rf node_modules/ out/

Expand Down

0 comments on commit e58adea

Please sign in to comment.