Skip to content

Commit

Permalink
Eksluderer rot fra workspaces når vi bygger biblioteker
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbjoern committed Apr 23, 2024
1 parent 7561e72 commit 7692215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: "build storybook"
run: "yarn run build-storybook"
- name: "build packages"
run: "yarn workspaces foreach --all run build"
run: "yarn workspaces foreach --all --exclude . run build"
- name: "Deploy storybook"
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 7692215

Please sign in to comment.