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 7e01e56 commit 7bbda7fCopy full SHA for 7bbda7f
.circleci/config.yml
@@ -45,6 +45,7 @@ build_docker_image: &build_docker_image
45
command: |
46
source buildenvvar
47
./build.sh
48
+ no_output_timeout: 20m
49
jobs:
50
# Build & Deploy against development backend
51
"build-dev":
@@ -286,7 +287,10 @@ jobs:
286
287
- checkout
288
- restore_cache:
289
key: test-node-modules-{{ checksum "package-lock.json" }}
- - run: npm install
290
+ - run:
291
+ name: App npm install
292
+ command: npm install
293
294
- save_cache:
295
296
paths:
0 commit comments