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 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 1
1
{
2
- "name" : " wrapped-keys -nodejs" ,
3
- "root" : " wrapped-keys /nodejs" ,
2
+ "name" : " templates -nodejs" ,
3
+ "root" : " templates /nodejs" ,
4
4
"targets" : {
5
5
"test-lit" : {
6
6
"executor" : " nx:run-commands" ,
7
7
"options" : {
8
- "command" : " cd wrapped-keys /nodejs && yarn && yarn test"
8
+ "command" : " cd templates /nodejs && yarn && yarn test"
9
9
}
10
10
},
11
11
"update-lit" : {
12
12
"executor" : " nx:run-commands" ,
13
13
"options" : {
14
- "command" : " cd wrapped-keys /nodejs && ../../scripts/update-lit.sh"
14
+ "command" : " cd templates /nodejs && ../../scripts/update-lit.sh"
15
15
}
16
16
}
17
17
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " wrapped-keys-eip-712-nodejs" ,
3
+ "root" : " wrapped-keys/eip-712/nodejs" ,
4
+ "targets" : {
5
+ "test-lit" : {
6
+ "executor" : " nx:run-commands" ,
7
+ "options" : {
8
+ "command" : " cd wrapped-keys/eip-712/nodejs && yarn && yarn test"
9
+ }
10
+ },
11
+ "update-lit" : {
12
+ "executor" : " nx:run-commands" ,
13
+ "options" : {
14
+ "command" : " cd wrapped-keys/eip-712/nodejs && ../../../scripts/update-lit.sh"
15
+ }
16
+ }
17
+ }
18
+ }
You can’t perform that action at this time.
0 commit comments