Skip to content

Commit

Permalink
build(deps): update to angular v14
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Aug 14, 2022
1 parent 073c2ee commit 531acf7
Show file tree
Hide file tree
Showing 8 changed files with 11,607 additions and 11,083 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: npm

- run: npm ci
- run: npm run build
- run: npm run build:lib
env:
NODE_ENV: production

Expand Down
7 changes: 4 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,10 @@
}
}
},
"defaultProject": "angular-paginator",
"cli": {
"defaultCollection": "@angular-eslint/schematics",
"analytics": false
"analytics": false,
"schematicCollections": [
"@angular-eslint/schematics"
]
}
}

0 comments on commit 531acf7

Please sign in to comment.