File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5858 "scripts" : {
5959 "benchmark" : " ts-node --transpile-only test/benchmark.ts" ,
6060 "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" ,
61+ "compile-parser" : " nearleyc src/grammar.ne --out ./src/grammar.ts && sleep 1 && 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" ,
6464 "test" : " NODE_ENV=test ava --serial --verbose" ,
You can’t perform that action at this time.
0 commit comments