We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32adcc2 commit c83bec0Copy full SHA for c83bec0
1 file changed
Makefile
@@ -13,6 +13,7 @@ clean:
13
14
.PHONY: test
15
test:
16
+ pnpm tsc -b
17
NODE_OPTIONS=--experimental-vm-modules pnpm jest
18
19
node_modules: package.json
0 commit comments