Skip to content

Commit ee2d5a4

Browse files
chore(package): fix prepublishOnly script with lint:dts
1 parent 945cfb2 commit ee2d5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint": "eslint --ignore-path .gitignore --ignore-pattern /examples/ .",
1515
"lint:dts": "dtslint .",
1616
"lint:fix": "npm run lint -- --fix",
17-
"prepublishOnly": "npm run lint && npm run dtslint && npm test && npm run build",
17+
"prepublishOnly": "npm run lint && npm run lint:dts && npm test && npm run build",
1818
"release": "standard-version --no-verify",
1919
"test": "mocha",
2020
"test:coverage": "nyc npm test",

0 commit comments

Comments
 (0)