Skip to content

Commit d9a362a

Browse files
committed
chore: update script in package.json
1 parent 5096fa5 commit d9a362a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"css:build": "compile-less -d src -o esm",
1515
"css:build:dist": "compile-less -d src --combine dist.css --rm-global",
1616
"watch": "tsbb watch & npm run css:watch",
17-
"build": "tsbb build && npm run css:build && npm run css:build:dist"
17+
"build": "tsbb build && npm run css:build && npm run css:build:dist",
18+
"type-check": "tsc --noEmit"
1819
},
1920
"repository": {
2021
"type": "git",

0 commit comments

Comments
 (0)