Skip to content

Commit 4c911fc

Browse files
committed
fix: actions fix, nx config fx, ran tests
1 parent 3e92d89 commit 4c911fc

File tree

18 files changed

+75799
-53307
lines changed

18 files changed

+75799
-53307
lines changed

.github/workflows/t.yml renamed to .github/workflows/migrate-lit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: yarn install
2424

2525
- name: Run package migration
26-
run: yarn update-lit
26+
run: yarn upgrade:all
2727

2828
- name: Create
2929
id: commit-changes

.github/workflows/update-lit.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
nodeLinker: node-modules
2+
13
yarnPath: "scripts/yarn-berry.cjs"

conditional-signing/nodejs/yarn.lock

Lines changed: 6340 additions & 4428 deletions
Large diffs are not rendered by default.

decrypt-api-key-in-action/nodejs/yarn.lock

Lines changed: 6360 additions & 4488 deletions
Large diffs are not rendered by default.

eip-191-signing/nodejs/yarn.lock

Lines changed: 6164 additions & 4360 deletions
Large diffs are not rendered by default.

lit-action-claim-key/nodejs/yarn.lock

Lines changed: 6210 additions & 4387 deletions
Large diffs are not rendered by default.

lit-action-using-fetch/nodejs/yarn.lock

Lines changed: 6191 additions & 4349 deletions
Large diffs are not rendered by default.

nx.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@
99
]
1010
}
1111
}
12-
},
13-
"defaultBase": "master",
14-
"nxCloudAccessToken": ""
15-
}
12+
}
13+
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@
3737
"upgrade:all:alpha": "yarn workspaces foreach --all exec yarn up \"@lit-protocol/*@alpha\"",
3838
"clean": "yarn workspaces foreach --all exec rimraf node_modules && yarn rimraf node_modules",
3939
"test-lit": "nx run-many --target=test-lit --all --parallel=1 --exclude=templates-nodejs,pkp-migration-nodejs,btc-trigger-nodejs,starter-guides-nodejs",
40-
"update-lit": "chmod +x ./scripts/update-lit.sh && nx run-many --target=update-lit --all --parallel"
40+
"update-lit": "chmod +x ./scripts/update-lit.sh && yarn nx run-many --target=update-lit --all --parallel"
4141
},
4242
"devDependencies": {
43+
"@nrwl/workspace": "19.8.4",
4344
"nx": "19.6.3",
4445
"rimraf": "^6.0.1"
4546
}

0 commit comments

Comments
 (0)