Skip to content

Commit c87b470

Browse files
committed
fix(cloud): fixing output folder targets
1 parent af82de3 commit c87b470

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

packages/patterns-react/manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
applications:
33
- name: ibmdotcom-patterns-react
4-
path: ./public
4+
path: ./storybook-static
55
memory: 64M
66
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
77
routes:

packages/react/manifest-experimental.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
applications:
33
- name: ibmdotcom-react-experimental
4-
path: ./public
4+
path: ./storybook-static
55
memory: 64M
66
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
77
routes:

packages/react/manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
applications:
33
- name: ibmdotcom-react
4-
path: ./public
4+
path: ./storybook-static
55
memory: 64M
66
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
77
routes:

packages/services/manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
applications:
33
- name: ibmdotcom-services
4-
path: ./public
4+
path: ./docs
55
memory: 64M
66
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
77
routes:

packages/styles/manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
applications:
33
- name: carbon-expressive
4-
path: ./public
4+
path: ./storybook-static
55
memory: 64M
66
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
77
routes:

packages/utilities/manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
applications:
33
- name: ibmdotcom-utilities
4-
path: ./public
4+
path: ./docs
55
memory: 64M
66
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
77
routes:

packages/vanilla/manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
applications:
33
- name: ibmdotcom-vanilla
4-
path: ./public
4+
path: ./storybook-static
55
memory: 64M
66
buildpack: https://github.com/cloudfoundry/staticfile-buildpack.git
77
routes:

0 commit comments

Comments
 (0)