Skip to content

Commit

Permalink
correct omission
Browse files Browse the repository at this point in the history
  • Loading branch information
FineArchs committed Sep 5, 2023
1 parent 75e117a commit f956e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"peg": "peggy --format es --cache -o src/parser/parser.js --allowed-start-rules Preprocess,Main src/parser/parser.peggy && npm run peg-copy",
"peg-debug": "peggy --trace --format es --cache -o src/parser/parser.js --allowed-start-rules Preprocess,Main src/parser/parser.peggy && npm run peg-copy",
"peg-copy": "copyfiles -f src/parser/parser.js built/parser/",
"ts": "npm run ts-esm && npm run ts-cjs && npm run dts",
"ts": "npm run ts-esm && npm run ts-cjs && npm run ts-dts",
"ts-esm": "tsc --outDir built/esm",
"ts-cjs": "tsc --module commonjs --outDir built/cjs",
"ts-dts": "tsc --outDir built/dts --declaration true --emitDeclarationOnly true --declarationMap true",
Expand Down

0 comments on commit f956e13

Please sign in to comment.