Skip to content

Commit

Permalink
fix: actions fix, nx config fx, ran tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anshss committed Oct 26, 2024
1 parent 3e92d89 commit 4c911fc
Show file tree
Hide file tree
Showing 18 changed files with 75,799 additions and 53,307 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: yarn install

- name: Run package migration
run: yarn update-lit
run: yarn upgrade:all

- name: Create
id: commit-changes
Expand Down
50 changes: 0 additions & 50 deletions .github/workflows/update-lit.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
nodeLinker: node-modules

yarnPath: "scripts/yarn-berry.cjs"
10,768 changes: 6,340 additions & 4,428 deletions conditional-signing/nodejs/yarn.lock

Large diffs are not rendered by default.

10,848 changes: 6,360 additions & 4,488 deletions decrypt-api-key-in-action/nodejs/yarn.lock

Large diffs are not rendered by default.

10,524 changes: 6,164 additions & 4,360 deletions eip-191-signing/nodejs/yarn.lock

Large diffs are not rendered by default.

10,597 changes: 6,210 additions & 4,387 deletions lit-action-claim-key/nodejs/yarn.lock

Large diffs are not rendered by default.

10,540 changes: 6,191 additions & 4,349 deletions lit-action-using-fetch/nodejs/yarn.lock

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@
]
}
}
},
"defaultBase": "master",
"nxCloudAccessToken": ""
}
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@
"upgrade:all:alpha": "yarn workspaces foreach --all exec yarn up \"@lit-protocol/*@alpha\"",
"clean": "yarn workspaces foreach --all exec rimraf node_modules && yarn rimraf node_modules",
"test-lit": "nx run-many --target=test-lit --all --parallel=1 --exclude=templates-nodejs,pkp-migration-nodejs,btc-trigger-nodejs,starter-guides-nodejs",
"update-lit": "chmod +x ./scripts/update-lit.sh && nx run-many --target=update-lit --all --parallel"
"update-lit": "chmod +x ./scripts/update-lit.sh && yarn nx run-many --target=update-lit --all --parallel"
},
"devDependencies": {
"@nrwl/workspace": "19.8.4",
"nx": "19.6.3",
"rimraf": "^6.0.1"
}
Expand Down
Loading

0 comments on commit 4c911fc

Please sign in to comment.