Skip to content

Commit b703575

Browse files
author
Adam Murray
committed
fix tab issue.
1 parent 1f1d580 commit b703575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
steps:
3434
- checkout
3535
- node/install-packages:
36-
cache-path: ~/project/node_modules
37-
override-ci-command: npm install
36+
cache-path: ~/project/node_modules
37+
override-ci-command: npm install
3838
# allow CircleCI to release beta versions
3939
# from pull request build jobs
4040
- run:

0 commit comments

Comments
 (0)