Skip to content

Commit ef21579

Browse files
committed
pre commit git hook
1 parent 6c336b6 commit ef21579

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

angular.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
33
"version": 2,
4+
"defaultProject": "codelab",
45
"projects": {
56
"angular-ast-viz": "libs/angular-ast-viz",
67
"angular-slides-to-pdf": "libs/angular-slides-to-pdf",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"affected:build": "ng affected --target=build --parallel=3",
3636
"affected:test": "ng affected --target=test --parallel=3",
3737
"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",
3939
"format:write": "npx nx format:write --uncommitted",
4040
"format:check": "nx format:check",
4141
"update": "ng update @nrwl/workspace",

0 commit comments

Comments
 (0)