Add the test and watch* rules to the PHONY list
This commit is contained in:
parent
28a5c81241
commit
726067b1e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue