Skip to content

Commit 1f1d580

Browse files
author
Adam Murray
committed
add cache path and override install command.
1 parent 2ce8250 commit 1f1d580

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
tag: '16.18'
1010
steps:
1111
- checkout
12-
- node/install-packages
12+
- node/install-packages:
13+
cache-path: ~/project/node_modules
14+
override-ci-command: npm install
1315
- run:
1416
name: show package contents 📦
1517
command: npm pack --dry
@@ -30,7 +32,9 @@ jobs:
3032

3133
steps:
3234
- checkout
33-
- node/install-packages
35+
- node/install-packages:
36+
cache-path: ~/project/node_modules
37+
override-ci-command: npm install
3438
# allow CircleCI to release beta versions
3539
# from pull request build jobs
3640
- run:

0 commit comments

Comments
 (0)