File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed
cursorless-nx/apps/cheatsheet-local Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change 4
4
"targets" : {
5
5
"build" : {
6
6
"executor" : " @nrwl/web:webpack" ,
7
- "outputs" : [
8
- " {options.outputPath}"
9
- ],
7
+ "outputs" : [" {options.outputPath}" ],
10
8
"defaultConfiguration" : " production" ,
11
9
"options" : {
12
10
"compiler" : " babel" ,
20
18
" apps/cheatsheet-local/src/favicon.ico" ,
21
19
" apps/cheatsheet-local/src/assets"
22
20
],
23
- "styles" : [
24
- " apps/cheatsheet-local/src/styles.scss"
25
- ],
21
+ "styles" : [" apps/cheatsheet-local/src/styles.scss" ],
26
22
"scripts" : []
27
23
},
28
24
"configurations" : {
70
66
},
71
67
"lint" : {
72
68
"executor" : " @nrwl/linter:eslint" ,
73
- "outputs" : [
74
- " {options.outputFile}"
75
- ],
69
+ "outputs" : [" {options.outputFile}" ],
76
70
"options" : {
77
- "lintFilePatterns" : [
78
- " apps/cheatsheet-local/**/*.{ts,tsx,js,jsx}"
79
- ]
71
+ "lintFilePatterns" : [" apps/cheatsheet-local/**/*.{ts,tsx,js,jsx}" ]
80
72
}
81
73
},
82
74
"test" : {
83
75
"executor" : " @nrwl/jest:jest" ,
84
- "outputs" : [
85
- " coverage/apps/cheatsheet-local"
86
- ],
76
+ "outputs" : [" coverage/apps/cheatsheet-local" ],
87
77
"options" : {
88
78
"jestConfig" : " apps/cheatsheet-local/jest.config.ts" ,
89
79
"passWithNoTests" : true
You can’t perform that action at this time.
0 commit comments