Skip to content

Commit

Permalink
change publish workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
arashalaei committed Dec 11, 2024
1 parent 166b76b commit 238172a
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 238172a

Please sign in to comment.