Skip to content

Commit e3a134a

Browse files
committed
Fix of CircleCI script
1 parent fc26073 commit e3a134a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- node_modules
1818
- run: npm test
1919
- run: npm build
20-
- persists_to_workspace:
20+
- persist_to_workspace:
2121
root: .
2222
paths:
2323
- dist

0 commit comments

Comments
 (0)