We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6299d1d commit 9b61f38Copy full SHA for 9b61f38
dm-lezer/package.json
@@ -11,7 +11,7 @@
11
},
12
"scripts": {
13
"postinstall": "npm run prepare",
14
- "prepare": "node_modules/.bin/lezer-generator src/dm.grammar -o src/parser.js",
15
- "test": "node --experimental-vm-modules node_modules/.bin/jest --watch"
+ "prepare": "npx lezer-generator src/dm.grammar -o src/parser.js",
+ "test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest --watch"
16
}
17
0 commit comments