Skip to content

Commit d28308e

Browse files
authored
Merge pull request #8 from Krizzu/fixCI
[Fix] CircleCI build
2 parents 8feeeb9 + 2fa4d55 commit d28308e

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)