Skip to content

Commit 863bc9d

Browse files
committed
feat: extended nx
1 parent 47278ba commit 863bc9d

File tree

11 files changed

+154
-4
lines changed

11 files changed

+154
-4
lines changed

btc-trigger/nodejs/project.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
}

siws-accs/browser/project.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
}

siws-encryption/browser/project.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
}

starter-guides/browser/project.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
}

starter-guides/nodejs/project.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
}

templates/browser/project.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
}

templates/nodejs/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
}

0 commit comments

Comments
 (0)