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 20, 2021
1 parent 43be77d commit ab5a749
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
{
"private": true,
"scripts": {
"lib:t:esm": "lerna exec --scope @uiw/react-color-chrome -- tsbb types --outDir lib/esm",
"lib:t:cjs": "lerna exec --scope @uiw/react-color-chrome -- tsbb types --outDir lib/cjs",
"lib:b": "lerna exec --scope @uiw/react-color-chrome -- tsbb build --target react",
"lib:watch": "lerna exec --scope @uiw/react-color-chrome -- tsbb watch --target react",
"lib:watch:type": "npm run lib:t:esm -- --watch & npm run lib:t:cjs -- --watch",
"lib:type": "npm run lib:t:cjs && npm run lib:t:esm",
"lib:build": "npm run lib:b && npm run lib:type",
"---->": "<----",
"all:t:esm": "lerna exec --scope @uiw/* -- tsbb types --outDir lib/esm",
"all:t:cjs": "lerna exec --scope @uiw/* -- tsbb types --outDir lib/cjs",
"all:b": "lerna exec --scope @uiw/* -- tsbb build --target react",
"all:watch": "lerna exec --scope @uiw/* -- tsbb watch --target react",
"all:watch:type": "npm run all:t:esm -- --watch & npm run all:t:cjs -- --watch",
"all:t:w:esm": "lerna exec --parallel --scope @uiw/* -- tsbb types --outDir lib/esm",
"all:t:w:cjs": "lerna exec --parallel --scope @uiw/* -- tsbb types --outDir lib/cjs",
"all:b": "lerna exec --parallel --scope @uiw/* -- tsbb build --target react",
"all:watch:type": "npm run all:t:w:esm -- --watch & npm run all:t:w:cjs -- --watch",
"all:type": "npm run all:t:cjs && npm run all:t:esm",
"all:build": "npm run all:b && npm run all:type",
"build": "npm run all:b && npm run all:type",
"watch": "lerna exec --parallel --scope @uiw/* -- tsbb watch --target react",
"====>": "<====",
"start": "lerna exec --scope @uiw-website/document -- npm run start",
"doc": "lerna exec --scope @uiw-website/document -- npm run build",
Expand Down

0 comments on commit ab5a749

Please sign in to comment.