Skip to content

Commit

Permalink
fix: netlify in ci + added utility scripts (#93)
Browse files Browse the repository at this point in the history
* fix: netlify in ci + added utility scripts

* chore: ran npm dedupe

* chore: only run release on master
  • Loading branch information
yann510 authored Oct 16, 2024
1 parent 452ce3a commit 3b6b2de
Show file tree
Hide file tree
Showing 4 changed files with 13,129 additions and 4,804 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
run: npm run benchmark

- name: Release + Publish package
if: github.ref == 'refs/heads/master'
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
dist
tmp
/out-tsc
.nx

# dependencies
node_modules
Expand Down
Loading

0 comments on commit 3b6b2de

Please sign in to comment.