Skip to content

Commit fe42d04

Browse files
committed
fix: use npm
1 parent e5af429 commit fe42d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"scripts": {
5959
"benchmark": "ts-node --transpile-only test/benchmark.ts",
60-
"build": "pnpm run compile-parser && del-cli ./dist && tsc",
60+
"build": "npm run compile-parser && del-cli ./dist && tsc",
6161
"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",
6262
"dev": "tsc --watch",
6363
"lint": "eslint ./src ./test && tsc --noEmit",

0 commit comments

Comments
 (0)