We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576df2f commit 0f0ed0aCopy full SHA for 0f0ed0a
1 file changed
package.json
@@ -4,10 +4,11 @@
4
"description": "Adds some more features to the FIRE userscript",
5
"scripts": {
6
"esbuild": "node build.js",
7
- "build": "npm run lint && npm run esbuild",
+ "build": "npm run lint && npm run typecheck && npm run esbuild",
8
"lint": "eslint src",
9
"lintTst": "eslint test --fix",
10
- "test": "TS_NODE_PROJECT='./test/tsconfig.json' mocha test/**/*.spec.ts*"
+ "test": "TS_NODE_PROJECT='./test/tsconfig.json' mocha test/**/*.spec.ts*",
11
+ "typecheck": "tsc --noEmit --project tsconfig.json"
12
},
13
"repository": {
14
"type": "git",
0 commit comments