Skip to content

Commit

Permalink
chore: use npm workspaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 15, 2022
1 parent c8c1067 commit 727f36c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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: 14

- run: npm install
- run: npm run hoist
- run: npm run lib:build
- run: npm run hook:build

Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"bootstrap": "lerna bootstrap",
"hoist": "lerna bootstrap --hoist"
},
"workspaces": [
"packages/*",
"website"
],
"jest": {
"testMatch": [
"<rootDir>/packages/**/__tests__/*.{js,jsx,ts,tsx}"
Expand Down

0 comments on commit 727f36c

Please sign in to comment.