mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Persist dist directory under packages
This commit is contained in:
parent
b91d4975aa
commit
be5dbe3cfd
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: .
|
root: .
|
||||||
paths:
|
paths:
|
||||||
- dist
|
- packages/*/dist
|
||||||
publish-stable:
|
publish-stable:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:9.10.0
|
- image: circleci/node:9.10.0
|
||||||
|
|
Loading…
Reference in a new issue