Skip to content

Commit 775f8fd

Browse files
authored
Merge branch 'develop' into make-sidebar-responsive
2 parents 661acb7 + 3657c15 commit 775f8fd

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

.github/workflows/build-and-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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

.github/workflows/deploy.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Publish Storybook to GitHub Pages
1+
name: Build and Publish
22

33
on:
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

0 commit comments

Comments
 (0)