Skip to content

Commit

Permalink
move workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
YairLevi committed Feb 13, 2024
1 parent ba1b3ca commit f7d3a56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16.x

- run: cd ./sdk/react
- run: npm install
- run: npm run lint && npm run build
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16.x

- run: cd ./sdk/react
- run: npm install
- name: Create Release Pull Request or Publish
id: changesets
Expand Down

0 comments on commit f7d3a56

Please sign in to comment.