Skip to content

Commit

Permalink
Fixes npm install for top level package
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 committed Jul 10, 2024
1 parent 6299d1d commit 9b61f38
Show file tree
Hide file tree
Showing 2 changed files with 10,703 additions and 3,889 deletions.
4 changes: 2 additions & 2 deletions dm-lezer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"scripts": {
"postinstall": "npm run prepare",
"prepare": "node_modules/.bin/lezer-generator src/dm.grammar -o src/parser.js",
"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"
}
}
Loading

0 comments on commit 9b61f38

Please sign in to comment.