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.
1 parent 8070727 commit 2676185Copy full SHA for 2676185
package.json
@@ -24,8 +24,9 @@
24
],
25
"scripts": {
26
"build": "tsc --build",
27
+ "check": "tsc --noEmit",
28
"lint": "eslint . --ignore-path .gitignore",
- "pretest": "npm run lint",
29
+ "pretest": "npm run lint && npm run check",
30
"test": "wtr",
31
"prepack": "npm run build",
32
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
0 commit comments