We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5af429 commit fe42d04Copy full SHA for fe42d04
package.json
@@ -57,7 +57,7 @@
57
},
58
"scripts": {
59
"benchmark": "ts-node --transpile-only test/benchmark.ts",
60
- "build": "pnpm run compile-parser && del-cli ./dist && tsc",
+ "build": "npm run compile-parser && del-cli ./dist && tsc",
61
"compile-parser": "nearleyc src/grammar.ne --out ./src/grammar.ts && sed -i '' 's/loc?: number/loc: number/g' src/grammar.ts && sed -i '' 's/@ts-expect-error//g' src/grammar.ts && sed -i '' 's/@ts-ignore//g' src/grammar.ts && eslint --fix src/grammar.ts",
62
"dev": "tsc --watch",
63
"lint": "eslint ./src ./test && tsc --noEmit",
0 commit comments