Skip to content

Commit

Permalink
Angular 13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ssuperczynski committed May 5, 2022
1 parent ae1093a commit 6e1b2a7
Show file tree
Hide file tree
Showing 4 changed files with 9,289 additions and 11,243 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
- uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- name: npm install
run: npm ci
Expand Down
1 change: 1 addition & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"subresourceIntegrity": false,
"namedChunks": false,
"aot": true,
"crossOrigin": "anonymous",
"extractLicenses": true,
"vendorChunk": true,
"buildOptimizer": true,
Expand Down

0 comments on commit 6e1b2a7

Please sign in to comment.