Skip to content

Commit

Permalink
chore: test needs node_modules!
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Nov 8, 2023
1 parent d503f54 commit a8be044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ distclean: clean
rm -rf node_modules

.PHONY: test
test:
test: node_modules
NODE_OPTIONS=--experimental-vm-modules pnpm exec jest

node_modules: package.json
Expand All @@ -25,7 +25,7 @@ dist: node_modules tsconfig.json $(SRCS)
pnpm exec tsc

.PHONY: dev
dev:
dev: node_modules
pnpm exec tsc -w

.PHONY: pretty
Expand Down

0 comments on commit a8be044

Please sign in to comment.