Skip to content

Commit

Permalink
fixx
Browse files Browse the repository at this point in the history
  • Loading branch information
smritidoneria committed Jul 25, 2024
1 parent 01167b2 commit 37d483a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
node-version: '16.19.0'

- name: Install dependencies
run: npm install
run: yarn install

- name: Build React monorepo
run: npm run build --prefix packages/react
run: yarn run build --prefix packages/react

- name: Build UI-elements monorepo
run: npm run build --prefix packages/ui-elements
run: yarn run build --prefix packages/ui-elements

- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 37d483a

Please sign in to comment.