Skip to content

Commit

Permalink
chore: update build scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 9, 2023
1 parent ec00640 commit 9a6eff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"prepare": "husky install && npm run build",
"doc": "kkt build --app-src ./website",
"start": "kkt start --app-src ./website",
"build": "tsbb build src/*.tsx --use-babel && npm run css:build && npm run css:build:dist",
"watch": "tsbb watch src/*.tsx --use-babel & npm run css:watch",
"build": "tsbb build src/*.tsx --use-babel --cjs cjs && npm run css:build && npm run css:build:dist",
"watch": "tsbb watch src/*.tsx --use-babel --cjs cjs & npm run css:watch",
"css:build": "compile-less -d src -o esm",
"css:watch": "compile-less -d src -o esm --watch",
"css:build:dist": "compile-less -d src --combine dist.css --rm-global",
Expand Down

0 comments on commit 9a6eff2

Please sign in to comment.