We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eeb8d1f + c7ee76a commit e50c0f0Copy full SHA for e50c0f0
Makefile
@@ -146,3 +146,7 @@ test: dist/main.js $(BUILD)/test.out
146
.PHONY: watch
147
watch: $(BOWER_COMPONENTS) $(NODE_MODULES)
148
npx watch-exec --command 'make dist/main.js' --watch $(EXAMPLE) --watch $(SRC)
149
+
150
+.PHONY: test-watch
151
+test-watch: $(BOWER_COMPONENTS) $(NODE_MODULES)
152
+ npx watch-exec --command 'make test' --watch $(TEST) --watch $(SRC)
0 commit comments