Skip to content

Commit

Permalink
Merge pull request #13 from maxpaj/develop
Browse files Browse the repository at this point in the history
ci: remove unnecessary build step
  • Loading branch information
maxpaj authored Mar 17, 2024
2 parents 7038001 + 3b77235 commit 00c953b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build
run: npm run build

- name: Publish to npm and create release pull request
uses: changesets/action@v1
with:
Expand Down

0 comments on commit 00c953b

Please sign in to comment.