Skip to content

Commit

Permalink
fix: update lerna commmand
Browse files Browse the repository at this point in the history
  • Loading branch information
linchen1987 committed Jun 28, 2023
1 parent 0c5ce9b commit cc5ff8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ install:

dep:
@echo "Install dependencies required for this repo..."
@lerna bootstrap
@lerna link
@lerna clean -y
@yarn install --ignore-engines

test:
@echo "Running test suites..."
Expand Down
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"useWorkspaces": true,
"npmClient": "yarn",
"packages": [
"website/*",
Expand All @@ -11,4 +10,4 @@
}
},
"version": "0.1.67"
}
}

0 comments on commit cc5ff8c

Please sign in to comment.