Skip to content

Commit

Permalink
chore: lerna update (#3675)
Browse files Browse the repository at this point in the history
* chore: lerna update

* chore: lintings
  • Loading branch information
SiTaggart authored Dec 12, 2023
1 parent db2b0f8 commit d0c894c
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 195 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"generate:db-types": "yarn nx run @twilio-paste/backend:generate:db-types",
"generate:website-data": "yarn workspace @twilio-paste/website fetch:data",
"pre-push": "concurrently \"yarn:lint\" \"yarn:test\" \"yarn:format\" \"yarn:type-check\"",
"prerelease": "yarn build && generate:website-data && yarn lint && yarn test",
"prerelease": "yarn build && yarn generate:website-data && yarn lint && yarn test",
"release": "yarn changeset publish",
"release:next": "yarn lerna publish -m 'chore(release): pre release' --conventional-commits --canary --preid beta --dist-tag next",
"version": "yarn changeset version && yarn install --mode=update-lockfile",
Expand Down Expand Up @@ -192,7 +192,7 @@
"immutable": "^4.0.0-rc.12",
"jest": "28.1.3",
"jest-environment-jsdom": "^29.7.0",
"lerna": "^7.0.0",
"lerna": "^8.0.0",
"lodash": "4.17.21",
"lorem-ipsum": "^2.0.3",
"monopeers": "^1.0.2",
Expand Down
Loading

1 comment on commit d0c894c

@vercel
Copy link

@vercel vercel bot commented on d0c894c Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.