File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
"targetDefaults" : {
17
17
"build" : {
18
18
"dependsOn" : [" ^build" ],
19
- "inputs" : [" production" , " ^production" ],
20
- "cache" : false
19
+ "inputs" : [" production" , " ^production" ]
21
20
},
22
21
"test" : {
23
22
"dependsOn" : [" ^build" ],
24
- "cache" : false
23
+ "cache" : true
25
24
},
26
25
"e2e" : {
27
26
"dependsOn" : [" ^build" ],
28
- "cache" : false
27
+ "cache" : true
29
28
},
30
29
"serve" : {
31
30
"dependsOn" : [" ^build" ]
68
67
"projectSpecificFiles" : []
69
68
},
70
69
"nxCloudAccessToken" : " NDRkYzdkYmMtNDI3NS00MDI0LWFkMGQtMmI0Zjc2MTY2YzU0fHJlYWQtb25seQ==" ,
71
- "defaultBase" : " main " ,
70
+ "defaultBase" : " beta " ,
72
71
"useLegacyCache" : true
73
72
}
Original file line number Diff line number Diff line change 11
11
"start" : " nx serve" ,
12
12
"build" : " nx run-many --target build --all --parallel=1" ,
13
13
"e2e" : " nx run-many --target e2e --projects create-analog-e2e,analog-app-e2e-cypress --parallel=1 --exclude analog-app-e2e-playwright" ,
14
- "test" : " nx run-many --target test --all " ,
14
+ "test" : " nx run-many --target test" ,
15
15
"build:vite-ci" : " npm run build" ,
16
16
"test:vite-ci" : " nx run-many --target test --all" ,
17
17
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s -r 0" ,
Original file line number Diff line number Diff line change 12
12
"outputPath" : " node_modules/@analogjs/platform/src/lib/nx-plugin" ,
13
13
"main" : " packages/nx-plugin/src/index.ts" ,
14
14
"tsConfig" : " packages/nx-plugin/tsconfig.lib.json" ,
15
+ "clean" : true ,
15
16
"assets" : [
16
17
" packages/nx-plugin/*.md" ,
17
18
{
You can’t perform that action at this time.
0 commit comments