Skip to content

Commit a9fd65d

Browse files
committed
Make sure built packages get persisted to the workspace.
1 parent c24a6ca commit a9fd65d

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
@@ -30,13 +30,13 @@ jobs:
3030
key: root-dependencies-v1-{{ checksum "yarn.lock" }}
3131
paths:
3232
- ~/.cache/yarn
33+
- run: yarn build:packages
3334
- persist_to_workspace:
3435
root: .
3536
paths:
3637
- node_modules
3738
- examples
3839
- packages
39-
- run: yarn build:packages
4040
lint:
4141
<<: *defaults
4242
steps:

0 commit comments

Comments
 (0)