Skip to content

Commit

Permalink
Need to generate typings during build.
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Lischke <[email protected]>
  • Loading branch information
mike-lischke committed Nov 8, 2023
1 parent 4d7dda6 commit 29545ed
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 @@ -40,7 +40,7 @@
"scripts": {
"prepublishOnly": "npm run build-minified && npm run test",
"tsc": "tsc --watch",
"build": "npm run generate-test-parser && esbuild ./src/index.js --main-fields=module,main --bundle --outfile=dist/antlr4.mjs --format=esm --sourcemap",
"build": "tsc && npm run generate-test-parser && esbuild ./src/index.js --main-fields=module,main --bundle --outfile=dist/antlr4.mjs --format=esm --sourcemap",
"build-minified": "npm run generate-test-parser && esbuild ./src/index.js --bundle --outfile=dist/antlr4.mjs --format=esm --sourcemap --minify",
"full-test": "npm run test && npm run run-benchmarks",
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --no-coverage",
Expand Down

0 comments on commit 29545ed

Please sign in to comment.