Skip to content

Commit e93bc9c

Browse files
committed
update ci for deploy issue
1 parent df8ae24 commit e93bc9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848

4949
# run tests!
5050
- run: npm test
51+
- persist_to_workspace:
52+
root: ~/repo
53+
paths: .
5154
deploy:
5255
<<: *defaults
5356
steps:

0 commit comments

Comments
 (0)