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