File tree Expand file tree Collapse file tree 11 files changed +154
-4
lines changed
lit-relayer/mintPKPThroughRelayer/browser
siws-authentication/browser
siws-session-sigs/browser
wrapped-keys/eip-712/nodejs Expand file tree Collapse file tree 11 files changed +154
-4
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " btc-trigger-nodejs" ,
3+ "root" : " btc-trigger/nodejs" ,
4+ "targets" : {
5+ "test-lit" : {
6+ "executor" : " nx:run-commands" ,
7+ "options" : {
8+ "command" : " cd btc-trigger/nodejs && yarn && yarn test"
9+ }
10+ },
11+ "update-lit" : {
12+ "executor" : " nx:run-commands" ,
13+ "options" : {
14+ "command" : " cd btc-trigger/nodejs && ../../scripts/update-lit.sh"
15+ }
16+ }
17+ }
18+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " lit-relayer-mintPKPThroughRelayer-browser" ,
3+ "root" : " lit-relayer/mintPKPThroughRelayer/browser" ,
4+ "targets" : {
5+ "test-lit" : {
6+ "executor" : " nx:run-commands" ,
7+ "options" : {
8+ "command" : " cd lit-relayer/mintPKPThroughRelayer/browser && yarn && yarn test"
9+ }
10+ },
11+ "update-lit" : {
12+ "executor" : " nx:run-commands" ,
13+ "options" : {
14+ "command" : " cd lit-relayer/mintPKPThroughRelayer/browser && ../../../scripts/update-lit.sh"
15+ }
16+ }
17+ }
18+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " siws-accs-browser" ,
3+ "root" : " siws-accs/browser" ,
4+ "targets" : {
5+ "update-lit" : {
6+ "executor" : " nx:run-commands" ,
7+ "options" : {
8+ "command" : " cd siws-accs/browser && ../../scripts/update-lit.sh"
9+ }
10+ }
11+ }
12+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " siws-authentication-browser" ,
3+ "root" : " siws-authentication/browser" ,
4+ "targets" : {
5+ "update-lit" : {
6+ "executor" : " nx:run-commands" ,
7+ "options" : {
8+ "command" : " cd siws-authentication/browser && ../../scripts/update-lit.sh"
9+ }
10+ }
11+ }
12+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " siws-encryption-browser" ,
3+ "root" : " siws-encryption/browser" ,
4+ "targets" : {
5+ "update-lit" : {
6+ "executor" : " nx:run-commands" ,
7+ "options" : {
8+ "command" : " cd siws-encryption/browser && ../../scripts/update-lit.sh"
9+ }
10+ }
11+ }
12+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " siws-session-sigs-browser" ,
3+ "root" : " siws-session-sigs/browser" ,
4+ "targets" : {
5+ "update-lit" : {
6+ "executor" : " nx:run-commands" ,
7+ "options" : {
8+ "command" : " cd siws-session-sigs/browser && ../../scripts/update-lit.sh"
9+ }
10+ }
11+ }
12+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " starter-guides-browser" ,
3+ "root" : " starter-guides/browser" ,
4+ "targets" : {
5+ "update-lit" : {
6+ "executor" : " nx:run-commands" ,
7+ "options" : {
8+ "command" : " cd starter-guides/browser && ../../scripts/update-lit.sh"
9+ }
10+ }
11+ }
12+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " starter-guides-nodejs" ,
3+ "root" : " starter-guides/nodejs" ,
4+ "targets" : {
5+ "test-lit" : {
6+ "executor" : " nx:run-commands" ,
7+ "options" : {
8+ "command" : " cd starter-guides/nodejs && yarn && yarn test"
9+ }
10+ },
11+ "update-lit" : {
12+ "executor" : " nx:run-commands" ,
13+ "options" : {
14+ "command" : " cd starter-guides/nodejs && ../../scripts/update-lit.sh"
15+ }
16+ }
17+ }
18+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " templates-browser" ,
3+ "root" : " templates/browser" ,
4+ "targets" : {
5+ "test-lit" : {
6+ "executor" : " nx:run-commands" ,
7+ "options" : {
8+ "command" : " cd templates/browser && yarn && yarn test"
9+ }
10+ },
11+ "update-lit" : {
12+ "executor" : " nx:run-commands" ,
13+ "options" : {
14+ "command" : " cd templates/browser && ../../scripts/update-lit.sh"
15+ }
16+ }
17+ }
18+ }
Original file line number Diff line number Diff line change 11{
2- "name" : " wrapped-keys -nodejs" ,
3- "root" : " wrapped-keys /nodejs" ,
2+ "name" : " templates -nodejs" ,
3+ "root" : " templates /nodejs" ,
44 "targets" : {
55 "test-lit" : {
66 "executor" : " nx:run-commands" ,
77 "options" : {
8- "command" : " cd wrapped-keys /nodejs && yarn && yarn test"
8+ "command" : " cd templates /nodejs && yarn && yarn test"
99 }
1010 },
1111 "update-lit" : {
1212 "executor" : " nx:run-commands" ,
1313 "options" : {
14- "command" : " cd wrapped-keys /nodejs && ../../scripts/update-lit.sh"
14+ "command" : " cd templates /nodejs && ../../scripts/update-lit.sh"
1515 }
1616 }
1717 }
You can’t perform that action at this time.
0 commit comments