Skip to content

Commit f131fa9

Browse files
committed
build(typescript): reference the new definition file in the package.json "types" fields
Signed-off-by: Jonathan MASSUCHETTI <[email protected]>
1 parent 9fbb677 commit f131fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/JavaScript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
},
4848
"scripts": {
4949
"build": "webpack",
50-
"test": "jasmine && npm run test:projects",
51-
"test:projects": "bash test-projects.sh",
50+
"test": "jasmine && npm run test:builds",
51+
"test:builds": "bash test-builds.sh",
5252
"coverage": "c8 jasmine",
5353
"lint": "eslint src/antlr4/"
5454
},

0 commit comments

Comments
 (0)