File tree Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 3434 ${{ runner.os }}-yarn-
3535
3636 - name : Install dependencies
37- run : yarn
37+ run : yarn install
3838
3939 - name : Format check
4040 run : yarn format:check
Original file line number Diff line number Diff line change 1- name : Build and Publish Storybook to GitHub Pages
1+ name : Build and Publish
22
33on :
44 push :
@@ -30,19 +30,10 @@ jobs:
3030 node-version : " 16.19.0"
3131
3232 - name : Install Dependencies
33- run : yarn
34-
35- - name : Build Storybook
36- run : yarn build:storybook
37- working-directory : packages/react
38-
39- - name : Build UI-Elements
40- run : yarn build:storybook
41- working-directory : packages/ui-elements
33+ run : yarn install
4234
43- - name : Build Layout Editor
44- run : npm run build
45- working-directory : packages/layout_editor
35+ - name : Build packages
36+ run : yarn build && yarn build:storybook
4637
4738 - name : Setup Node.js for Docs
4839 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments