Skip to content

Commit

Permalink
Merge pull request #2 from code0-tech/changed-scripts
Browse files Browse the repository at this point in the history
changed some script to a more robust and universal logic
  • Loading branch information
nicosammito authored Nov 21, 2023
2 parents aca697e + a96bac4 commit 458d4e0
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm version from-git --git-tag-version=false
- run: npm ci
- run: npm run rollup
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
Loading

0 comments on commit 458d4e0

Please sign in to comment.