Skip to content

Commit

Permalink
chore: update script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 27, 2021
1 parent 5096fa5 commit d9a362a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"css:build": "compile-less -d src -o esm",
"css:build:dist": "compile-less -d src --combine dist.css --rm-global",
"watch": "tsbb watch & npm run css:watch",
"build": "tsbb build && npm run css:build && npm run css:build:dist"
"build": "tsbb build && npm run css:build && npm run css:build:dist",
"type-check": "tsc --noEmit"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d9a362a

Please sign in to comment.