Skip to content

Commit

Permalink
Merge pull request #4 from zarbanio/fix/workflows
Browse files Browse the repository at this point in the history
fix(workflow): change publish workflow
  • Loading branch information
arashalaei authored Dec 11, 2024
2 parents 166b76b + 238172a commit 9147680
Show file tree
Hide file tree
Showing 14 changed files with 6,404 additions and 52 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/typescript-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ jobs:
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
# Debugging: Clear npm cache
- run: npm cache clean --force
# Install dependencies
- run: npm ci
# Debugging: List files to verify lockfile existence
- run: ls -al
# Publish package
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_KEY }}
8 changes: 2 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
// .gitignore
node_modules /
dist /
src / generated /

api_specs/

fix-exports.js/
node_modules
dist
Loading

0 comments on commit 9147680

Please sign in to comment.