From 726067b1e592ef90c0331a37b7d59037eb5072ca Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Wed, 22 Jun 2022 00:40:10 -0600 Subject: [PATCH] Add the test and watch* rules to the PHONY list --- common/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/makefile b/common/makefile index abf8d38..3e40ef5 100644 --- a/common/makefile +++ b/common/makefile @@ -1,4 +1,4 @@ -.PHONY: all esm cjs +.PHONY: all esm cjs test watch watch-esm watch-cjs ESM_LOCATION=./esm CJS_LOCATION=./cjs