File tree Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 38
38
- name : Build affected
39
39
run : npx nx affected --target=build --base=origin/main --verbose
40
40
41
- - name : Lint affected
42
- run : npx nx affected --target=lint --base=origin/main --verbose
41
+ # - name: Lint affected
42
+ # run: npx nx affected --target=lint --base=origin/main --verbose
43
43
44
- - name : Test affected
45
- run : npx nx affected --target=test --base=origin/main --verbose
44
+ # - name: Test affected
45
+ # run: npx nx affected --target=test --base=origin/main --verbose
File renamed without changes.
Original file line number Diff line number Diff line change 29
29
},
30
30
"typecheck" : {
31
31
"cache" : true
32
- },
33
- "lint" : {
34
- "cache" : true
35
32
}
36
33
},
37
34
"plugins" : [
Original file line number Diff line number Diff line change 4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"build" : " nx run-many --target=build --all" ,
7
- "lint " : " nx run-many --target=lint --all --verbose" ,
8
- "test " : " nx run-many --target=test --all --verbose" ,
7
+ "_lint " : " nx run-many --target=lint --all --verbose" ,
8
+ "_test " : " nx run-many --target=test --all --verbose" ,
9
9
"nx:sync" : " nx sync" ,
10
- "prepare " : " husky" ,
10
+ "_prepare " : " husky" ,
11
11
"ci:release" : " nx run @internal/release:run"
12
12
},
13
13
"private" : true ,
You can’t perform that action at this time.
0 commit comments