Skip to content

Commit

Permalink
ci: make public-docsite-v9 deploy pipeline work and make it faster (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell authored Aug 7, 2024
1 parent 0c43a22 commit 6ce9dc9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docsite-publish-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
- name: Install packages
run: yarn install --frozen-lockfile

- name: Build dependencies
run: yarn nx run public-docsite-v9:build --nxBail

- name: Build storybook
run: yarn nx run public-docsite-v9:build-storybook --nxBail
env:
Expand Down
9 changes: 8 additions & 1 deletion apps/public-docsite-v9/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"implicitDependencies": ["tag:type:stories"],
"tags": ["platform:web", "vNext"]
"tags": ["platform:web", "vNext"],
"targets": {
"build-storybook": {
"dependsOn": [
{ "projects": ["react-storybook-addon", "react-storybook-addon-export-to-sandbox"], "target": "build" }
]
}
}
}

0 comments on commit 6ce9dc9

Please sign in to comment.