File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ./node_modules/@angular/cli/lib/config/schema.json" ,
3
3
"version" : 2 ,
4
+ "defaultProject" : " codelab" ,
4
5
"projects" : {
5
6
"angular-ast-viz" : " libs/angular-ast-viz" ,
6
7
"angular-slides-to-pdf" : " libs/angular-slides-to-pdf" ,
Original file line number Diff line number Diff line change 35
35
"affected:build" : " ng affected --target=build --parallel=3" ,
36
36
"affected:test" : " ng affected --target=test --parallel=3" ,
37
37
"affected:lint" : " ng affected --target=lint --parallel=3" ,
38
- "affected:lint:write" : " ng affected --target=lint --parallel=3 --fix --uncommited " ,
38
+ "affected:lint:write" : " ng affected --target=lint --parallel=3 --fix" ,
39
39
"format:write" : " npx nx format:write --uncommitted" ,
40
40
"format:check" : " nx format:check" ,
41
41
"update" : " ng update @nrwl/workspace" ,
You can’t perform that action at this time.
0 commit comments