Skip to content

Commit

Permalink
ci: remove hoist script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 19, 2023
1 parent e24cfe1 commit ceb9d72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- run: npm install
- run: npm run hoist

- run: npm run build
- run: npm run bundle
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"homepage": "https://uiwjs.github.io",
"private": true,
"scripts": {
"lib": "lerna exec --scope @uiw/react-slider -- tsbb build \"src/*.{ts,tsx}\" --use-babel --cjs cjs",
"lib:css": "lerna exec --scope @uiw/react-slider -- compile-less -d src -o esm",
"lib:css:dist": "lerna exec --scope @uiw/react-slider -- compile-less -d src -o lib --combine=dist.css",
"lib:css:watch": "lerna exec --scope @uiw/react-slider -- compile-less -d src -o esm --watch",
"lib:watch": "lerna exec --scope @uiw/react-slider -- tsbb watch \"src/*.{ts,tsx}\" --use-babel --cjs cjs & npm run lib:css:watch",
"lib:bootstrap": "lerna bootstrap --hoist --scope @uiw/react-slider",
"lib": "lerna exec --scope @uiw/react-list -- tsbb build \"src/*.{ts,tsx}\" --use-babel --cjs cjs",
"lib:css": "lerna exec --scope @uiw/react-list -- compile-less -d src -o esm",
"lib:css:dist": "lerna exec --scope @uiw/react-list -- compile-less -d src -o lib --combine=dist.css",
"lib:css:watch": "lerna exec --scope @uiw/react-list -- compile-less -d src -o esm --watch",
"lib:watch": "lerna exec --scope @uiw/react-list -- tsbb watch \"src/*.{ts,tsx}\" --use-babel --cjs cjs & npm run lib:css:watch",
"lib:bootstrap": "lerna bootstrap --hoist --scope @uiw/react-list",
"lib:build": "npm run lib && npm run lib:css && npm run lib:css:dist",
"//>>>>>>>>>>>>": "<<<<<<<<<<",
"watch:other:lib": "lerna exec --parallel --scope @uiw/* --ignore @uiw/doc -- tsbb watch \"src/*.{ts,tsx}\" --use-babel --cjs cjs",
Expand All @@ -31,7 +31,6 @@
"prepare": "husky install",
"bootstrap": "lerna bootstrap",
"bootstrap:webiste": "lerna bootstrap --scope website",
"hoist": "lerna bootstrap --hoist",
"test": "tsbb test --env=jsdom",
"coverage": "tsbb test --coverage",
"u:version": "lerna version --no-changelog --no-push --no-git-tag-version --yes && npm run b:doc",
Expand Down

0 comments on commit ceb9d72

Please sign in to comment.