Skip to content

Commit

Permalink
remove build step from publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed May 3, 2024
1 parent d5daf6b commit 4e2f606
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
run: npm install -g npm
- name: Install
run: yarn install
- name: Build
run: yarn build
- name: Test
run: yarn test
- name: Publish
Expand Down

0 comments on commit 4e2f606

Please sign in to comment.