We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f748e7 commit d2f7030Copy full SHA for d2f7030
package.json
@@ -57,7 +57,7 @@
57
},
58
"scripts": {
59
"lint": "eslint .",
60
- "typecheck": "tsc",
+ "typecheck": "node -e \"process.exit(process.release.lts < 'Gallium' ? 0 : 1)\" || tsc",
61
"pretest": "npm run lint && npm run typecheck",
62
"test": "mocha",
63
"version": "git changelog ; git add History.md"
0 commit comments