Skip to content

Commit

Permalink
build(typescript): reference the new definition file in the package.j…
Browse files Browse the repository at this point in the history
…son "types" fields

Signed-off-by: Jonathan MASSUCHETTI <[email protected]>
  • Loading branch information
JesusTheHun committed Sep 17, 2024
1 parent 9fbb677 commit f131fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/JavaScript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
},
"scripts": {
"build": "webpack",
"test": "jasmine && npm run test:projects",
"test:projects": "bash test-projects.sh",
"test": "jasmine && npm run test:builds",
"test:builds": "bash test-builds.sh",
"coverage": "c8 jasmine",
"lint": "eslint src/antlr4/"
},
Expand Down

0 comments on commit f131fa9

Please sign in to comment.