Skip to content

Commit

Permalink
ci: fix broken build recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Dec 26, 2022
1 parent 00332e0 commit 3e60fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ distclean: clean
.PHONY: test
test: node_modules
NODE_OPTIONS=--experimental-vm-modules yarn jest
$(MAKE) build/index.js
$(MAKE) build/main.js

.PRECIOUS: yarn.lock
node_modules: yarn.lock package.json
Expand Down

0 comments on commit 3e60fe0

Please sign in to comment.