Skip to content

Commit aafa492

Browse files
committed
Update package.json
1 parent 35a6adc commit aafa492

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"build": "npm run clean && tiddlywiki-plugin-dev build",
1111
"lint": "eslint ./src --ext js,ts,tsx,json",
1212
"lint:fix": "eslint ./src --ext ts,tsx,json --fix",
13+
"check": "tsc --noEmit --skipLibCheck",
1314
"publish": "npm run clean && tiddlywiki-plugin-dev publish",
1415
"reset": "rimraf ./**/node_modules",
1516
"clean": "rimraf dist",

0 commit comments

Comments
 (0)