Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikescops committed Apr 8, 2024
1 parent 9de08aa commit 5dde9f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: 18.x

- run: pip install setuptools
- run: pip3 install setuptools
- run: yarn
- run: yarn run build
# remove dev dependencies before packaging
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
node-version: 18.x

- run: pip install setuptools
- run: pip3 install setuptools
- run: yarn
- run: yarn run build
# remove dev dependencies before packaging
Expand Down

0 comments on commit 5dde9f8

Please sign in to comment.