Skip to content

Commit

Permalink
fix: merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
David Osorio committed Jul 2, 2024
2 parents 9e47439 + 7e13f57 commit 786f18b
Show file tree
Hide file tree
Showing 8 changed files with 1,971 additions and 25 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build project
run: npm run build

- name: Publish package
run: npm publish --access public
env:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ dist
.pnp.*

# Examples
examples/
examples/
Loading

0 comments on commit 786f18b

Please sign in to comment.