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 1f1d580 commit b703575Copy full SHA for b703575
.circleci/config.yml
@@ -33,8 +33,8 @@ jobs:
33
steps:
34
- checkout
35
- node/install-packages:
36
- cache-path: ~/project/node_modules
37
- override-ci-command: npm install
+ cache-path: ~/project/node_modules
+ override-ci-command: npm install
38
# allow CircleCI to release beta versions
39
# from pull request build jobs
40
- run:
0 commit comments