We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prepublishOnly
lint:dts
1 parent 945cfb2 commit ee2d5a4Copy full SHA for ee2d5a4
package.json
@@ -14,7 +14,7 @@
14
"lint": "eslint --ignore-path .gitignore --ignore-pattern /examples/ .",
15
"lint:dts": "dtslint .",
16
"lint:fix": "npm run lint -- --fix",
17
- "prepublishOnly": "npm run lint && npm run dtslint && npm test && npm run build",
+ "prepublishOnly": "npm run lint && npm run lint:dts && npm test && npm run build",
18
"release": "standard-version --no-verify",
19
"test": "mocha",
20
"test:coverage": "nyc npm test",
0 commit comments