Skip to content

Commit 03f73fd

Browse files
author
Garrett Downs
committed
fix: persist build dir
1 parent 3757895 commit 03f73fd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
- attach_workspace:
2222
at: .
2323
- run: npm run build
24+
- persist_to_workspace:
25+
root: ./
26+
paths:
27+
- ./*
2428
version-and-publish:
2529
executor: node-lts
2630
steps:

0 commit comments

Comments
 (0)