diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f6416c46..59106622 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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 }} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 839891b8..a6652232 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -185,7 +185,7 @@ The scope should be the name of the NPM package affected by the change. Optional - `components/`: If the change affects the `@scion/components/` 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/`: If the change affects the `@scion/components.internal/` 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`.