Skip to content

Commit 0032b9e

Browse files
committed
- Add typescript check script
1 parent 4fd1119 commit 0032b9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
],
8989
"scripts": {
9090
"remark": "remark -q -f .",
91+
"typescript": "tsc src/jsonpath.d.ts",
9192
"mocha": "mocha --require test-helpers/node-env.js test",
9293
"test": "npm run eslint && npm run rollup && npm run mocha",
9394
"start": "static -p 8084",

0 commit comments

Comments
 (0)