Skip to content

Commit e7c4697

Browse files
committed
Check types
1 parent de05c66 commit e7c4697

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
@@ -79,6 +79,7 @@
7979
"lint": "run-p lint:*",
8080
"lint:css": "stylelint --fix manual/assets/css/src",
8181
"lint:js": "eslint --fix src demo/src manual/assets/js/src",
82+
"lint:dts": "tsc types/index.d.ts --noEmit",
8283
"postcss": "postcss manual/assets/css/dist/index.css -o manual/assets/css/dist/index.css -c manual",
8384
"prepublishOnly": "npm test",
8485
"prewatch": "run-s clean copy build:css build:js",

0 commit comments

Comments
 (0)