Skip to content

Commit

Permalink
ci: remove hoist scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 28, 2023
1 parent 220d663 commit e09d7e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
node-version: 18

- run: npm install
- run: npm run hoist
- run: npm run build
- run: npm run build:dist

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"remove": "lerna exec \"rm -rf node_modules build package-lock.json\"",
"clean": "lerna clean --yes && npm run remove",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"bootstrap": "lerna bootstrap",
"hoist": "lerna bootstrap --hoist"
"bootstrap": "lerna bootstrap"
},
"keywords": [
"validator",
Expand Down

0 comments on commit e09d7e8

Please sign in to comment.