Skip to content

Commit

Permalink
troubleshooting publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hansoksendahl committed May 14, 2024
1 parent 3eec0d2 commit 3d5fc63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 359 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
registry-url: 'https://registry.npmjs.org/'
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
"scripts": {
"test": "bun test",
"build": "bun build ./src/index.ts --outdir ./dist && tsc"
},
"packageManager": "[email protected]"
}
}
357 changes: 0 additions & 357 deletions pnpm-lock.yaml

This file was deleted.

0 comments on commit 3d5fc63

Please sign in to comment.