Skip to content

Commit

Permalink
build: Update to lerna 7.x (deephaven#1417)
Browse files Browse the repository at this point in the history
- Removed `useWorkspaces` flag (no longer used)
- Add provenance flag to .npmrc
- Fixes deephaven#1235
- Tested `npm start`, `npm test`, and `npm run build` steps and ensured
they all worked correctly
  • Loading branch information
mofojed authored Jul 24, 2023
1 parent 334e530 commit 29a7d8d
Show file tree
Hide file tree
Showing 7 changed files with 5,695 additions and 7,613 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
permissions:
contents: read
packages: write
id-token: write
steps:
- uses: actions/checkout@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
permissions:
contents: read
packages: write
id-token: write
steps:
- uses: actions/checkout@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
permissions:
contents: read
packages: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
engine-strict=true
engine-strict=true
provenance=true
2 changes: 0 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"packages": ["packages/*"],
"useWorkspaces": true,
"useNx": false,
"version": "0.44.1",
"command": {
Expand Down
Loading

0 comments on commit 29a7d8d

Please sign in to comment.