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 2ce8250 commit 1f1d580Copy full SHA for 1f1d580
.circleci/config.yml
@@ -9,7 +9,9 @@ jobs:
9
tag: '16.18'
10
steps:
11
- checkout
12
- - node/install-packages
+ - node/install-packages:
13
+ cache-path: ~/project/node_modules
14
+ override-ci-command: npm install
15
- run:
16
name: show package contents 📦
17
command: npm pack --dry
@@ -30,7 +32,9 @@ jobs:
30
32
31
33
34
35
36
37
38
# allow CircleCI to release beta versions
39
# from pull request build jobs
40
0 commit comments