Skip to content

Commit 5384b59

Browse files
committed
chore: nx-json-fixes
1 parent a1875ea commit 5384b59

File tree

2 files changed

+12
-24
lines changed

2 files changed

+12
-24
lines changed

.github/labeler.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,20 @@ NX:
1313
root:
1414
- '*'
1515

16-
samples:
17-
- samples/**/*
16+
davinci-client:
17+
- packages/davinci-client/*
1818

19-
sdk:
19+
device-client:
20+
- packages/device-client/*
21+
22+
token-vault:
23+
- packages/token-vault/*
24+
25+
javascript-sdk:
2026
- packages/javascript-sdk/*
2127
- packages/javascript-sdk/**/*
2228

29+
ping-protect: -packages/ping-protect/*
2330
test:
2431
- e2e/**/*
2532
- jest*

nx.json

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"serve": {
2424
"cache": false,
25-
"dependsOn": ["^build"]
25+
"dependsOn": ["build"]
2626
},
2727
"e2e": {
2828
"dependsOn": ["^build"],
@@ -34,6 +34,7 @@
3434
"cache": true
3535
},
3636
"test": {
37+
"dependsOn": ["^build"],
3738
"inputs": ["noMarkdown", "^noMarkdown"],
3839
"cache": true
3940
},
@@ -42,26 +43,6 @@
4243
"inputs": ["noMarkdown", "^noMarkdown"],
4344
"cache": true
4445
},
45-
"@nx/vite:test": {
46-
"dependsOn": ["^test"],
47-
"inputs": ["noMarkdown", "^noMarkdown"],
48-
"cache": true
49-
},
50-
"@nx/eslint:lint": {
51-
"dependsOn": ["^build", "^lint"],
52-
"inputs": ["noMarkdown", "^noMarkdown"],
53-
"cache": true
54-
},
55-
"@nx/vite:build": {
56-
"dependsOn": ["^build"],
57-
"cache": true,
58-
"inputs": ["noMarkdown", "^noMarkdown"]
59-
},
60-
"@nx/esbuild:esbuild": {
61-
"dependsOn": ["^build"],
62-
"cache": true,
63-
"inputs": ["noMarkdown", "^noMarkdown"]
64-
},
6546
"e2e-ci--**/*": {
6647
"dependsOn": ["^build"],
6748
"inputs": ["noMarkdown", "^noMarkdown"],

0 commit comments

Comments
 (0)