Skip to content

Commit

Permalink
Combine build steps for react, ui-elements, and layout_editor packages (
Browse files Browse the repository at this point in the history
#637)

* Combine build steps for react, ui-elements, and layout_editor packages

* Small change in build-lint
  • Loading branch information
devanshkansagra authored Oct 5, 2024
1 parent cbae92a commit 13d807e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
run: yarn
run: yarn install

- name: Format check
run: yarn format:check
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,10 @@ jobs:
node-version: "16.19.0"

- name: Install Dependencies
run: yarn

- name: Build Storybook
run: yarn build:storybook
working-directory: packages/react

- name: Build UI-Elements
run: yarn build:storybook
working-directory: packages/ui-elements
run: yarn install

- name: Build Layout Editor
run: npm run build
working-directory: packages/layout_editor
- name: Build packages
run: yarn build && yarn build:storybook

- name: Setup Node.js for Docs
uses: actions/setup-node@v4
Expand Down

0 comments on commit 13d807e

Please sign in to comment.