We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de05c66 commit e7c4697Copy full SHA for e7c4697
package.json
@@ -79,6 +79,7 @@
79
"lint": "run-p lint:*",
80
"lint:css": "stylelint --fix manual/assets/css/src",
81
"lint:js": "eslint --fix src demo/src manual/assets/js/src",
82
+ "lint:dts": "tsc types/index.d.ts --noEmit",
83
"postcss": "postcss manual/assets/css/dist/index.css -o manual/assets/css/dist/index.css -c manual",
84
"prepublishOnly": "npm test",
85
"prewatch": "run-s clean copy build:css build:js",
0 commit comments