Skip to content

Commit

Permalink
chore: bump lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed May 21, 2021
1 parent 23963e7 commit dac1d4a
Show file tree
Hide file tree
Showing 2 changed files with 1,605 additions and 1,706 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev:all": "run-p dev dev:docs",
"dev:yalc": "lerna run dev:yalc --parallel",
"clean": "lerna run clean --stream",
"build": "lerna run build --stream --ignore docs --ignore example-*",
"build": "lerna run build --stream --ignore docs --ignore 'example-*'",
"build:all": "lerna run build --stream",
"deploy": "cross-env ENV=production ./scripts/deploy.sh",
"prettier": "prettier --write .",
Expand Down Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-react-hooks": "^2.3.0",
"husky": "^3.1.0",
"jest": "^24.9.0",
"lerna": "^3.20.1",
"lerna": "^4.0.0",
"lint-staged": "^9.5.0",
"nodemon": "^2.0.1",
"npm-run-all": "^4.1.5",
Expand Down
Loading

0 comments on commit dac1d4a

Please sign in to comment.