Skip to content

Commit

Permalink
chore: update scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 15, 2023
1 parent 4ff9511 commit 18f3382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"scripts": {
"⬇️⬇️⬇️⬇️⬇️ package ⬇️⬇️⬇️⬇️⬇️": "▼▼▼▼▼ package ▼▼▼▼▼",
"watch": "lerna exec --scope @uiw/react-layout -- tsbb watch \"src/*.{ts,tsx}\" --use-babel --cjs cjs & npm run css:watch",
"build": "lerna exec --scope @uiw/react-layout -- tsbb build \"src/*.{ts,tsx}\" --use-babel --cjs cjs && npm run css:build:dist",
"build": "lerna exec --scope @uiw/react-layout -- tsbb build \"src/*.{ts,tsx}\" --use-babel --cjs cjs && npm run css:build && npm run css:build:dist",
"css:build": "lerna exec --scope @uiw/react-layout -- compile-less -d src -o esm",
"css:watch": "lerna exec --scope @uiw/react-layout -- compile-less -d src -o esm --watch",
"css:build:dist": "lerna exec --scope @uiw/react-layout -- compile-less -d src -o lib --combine=dist.css",
Expand Down

0 comments on commit 18f3382

Please sign in to comment.