We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d885761 + d2bc8b7 commit cf1ae60Copy full SHA for cf1ae60
.circleci/config.yml
@@ -123,7 +123,7 @@ jobs:
123
command: git config --global url."https://git@".insteadOf git://
124
- run:
125
name: App npm install
126
- command: npm install
+ command: npm ci
127
no_output_timeout: 20m
128
- save_cache:
129
key: test-node-modules-{{ checksum "package-lock.json" }}
Dockerfile
@@ -165,7 +165,7 @@ ENV TOPGEAR_ALLOWED_SUBMISSIONS_DOMAINS=$TOPGEAR_ALLOWED_SUBMISSIONS_DOMAINS
165
166
RUN npm config set unsafe-perm true
167
RUN git config --global url."https://git@".insteadOf git://
168
-RUN npm install
+RUN npm ci
169
RUN npm test
170
RUN npm run build
171
0 commit comments