Add the test and watch* rules to the PHONY list

This commit is contained in:
Oliver Akins 2022-06-22 00:40:10 -06:00
parent 28a5c81241
commit 726067b1e5
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -1,4 +1,4 @@
.PHONY: all esm cjs .PHONY: all esm cjs test watch watch-esm watch-cjs
ESM_LOCATION=./esm ESM_LOCATION=./esm
CJS_LOCATION=./cjs CJS_LOCATION=./cjs