Skip to content

Commit 9b972f2

Browse files
committed
#3: Refactor build target to include testing.
1 parent 34f0e09 commit 9b972f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RESOURCES_DIR := resources
2424
TS_FILES := $(shell find $(SRC_DIR) -name '*.ts' -o -name '*.tsx' 2>/dev/null || true)
2525

2626
.PHONY: all
27-
all: build package
27+
all: build test package
2828

2929
.PHONY: build
3030
build: get-grammar build-parser compile

0 commit comments

Comments
 (0)