We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a6adc commit aafa492Copy full SHA for aafa492
1 file changed
package.json
@@ -10,6 +10,7 @@
10
"build": "npm run clean && tiddlywiki-plugin-dev build",
11
"lint": "eslint ./src --ext js,ts,tsx,json",
12
"lint:fix": "eslint ./src --ext ts,tsx,json --fix",
13
+ "check": "tsc --noEmit --skipLibCheck",
14
"publish": "npm run clean && tiddlywiki-plugin-dev publish",
15
"reset": "rimraf ./**/node_modules",
16
"clean": "rimraf dist",
0 commit comments