We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2018c2b commit 4a9b64aCopy full SHA for 4a9b64a
package.json
@@ -14,6 +14,7 @@
14
"dtslint": "dtslint types",
15
"lint": "standard",
16
"postlint": "standard-markdown",
17
+ "pretest": "npm run lint && npm run dtslint",
18
"test": "tap tests/*.js --100",
19
"prerelease": "npm test",
20
"release": "standard-version"
0 commit comments