We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef52675 commit dd13e77Copy full SHA for dd13e77
.circleci/config.yml
@@ -4,7 +4,7 @@ version: 2
4
anchor_1: &defaults
5
working_directory: ~/angular-cli
6
docker:
7
- - image: angular/ngcontainer
+ - image: angular/ngcontainer:0.0.5
8
9
# Restore cache based on package-lock.json checksum for branch.
10
anchor_2: &restore_cache_defaults
@@ -25,7 +25,7 @@ jobs:
25
<<: *restore_cache_defaults
26
- run: node --version
27
- run: npm --version
28
- - run: npm install --quiet
+ - run: npm install --no-save
29
- run: npm run build
30
- save_cache:
31
key: angular-cli-{{ checksum "package-lock.json" }}
0 commit comments