Skip to content

Commit 2fa4d55

Browse files
author
Krzysztof Borowy
committed
fix: circleci
1 parent 8feeeb9 commit 2fa4d55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
key: node_modules-{{ checksum "yarn.lock" }}-{{ checksum "package.json" }}-{{ arch }}
2929
paths:
3030
- node_modules
31-
persist_to_workspace:
32-
-root: .
33-
-paths: .
31+
- persist_to_workspace:
32+
-root: .
33+
-paths: .
3434

3535
"Test: lint":
3636
<<: *defaults

0 commit comments

Comments
 (0)