Skip to content

Commit

Permalink
ci(components-app): fix deploying components-app on Vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcarrian authored and danielwiehl committed Nov 15, 2023
1 parent 1a6294b commit df81451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
- name: 'Deploying components application to Vercel'
uses: ./.github/actions/vercel-deploy
with:
dist-folder: dist/components-app
dist-folder: dist/components-app/browser
vercel-token: ${{ secrets.VERCEL_TOKEN }}
org-id: ${{ secrets.VERCEL_ORG_ID }}
project-id: ${{ secrets.VERCEL_COMPONENTS_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ The scope should be the name of the NPM package affected by the change. Optional
- `components/<module>`: If the change affects the `@scion/components/<module>` entry point.
- `ɵcomponents`: If the change affects the `@scion/components.internal` NPM package. We use the Theta (`ɵ`) symbol to have a shorter scope name.
- `ɵcomponents/<module>`: If the change affects the `@scion/components.internal/<module>` entry point.
- `component-app`: If the change affects the demo app for `@scion/components`.
- `components-app`: If the change affects the demo app for `@scion/components`.
- `components-testing-app`: If the change affects the testing app for `@scion/components` or `@scion/components.internal`.

</details>
Expand Down

0 comments on commit df81451

Please sign in to comment.