Skip to content

Commit

Permalink
Merge pull request #2 from presswink/#1
Browse files Browse the repository at this point in the history
#1: build command added
  • Loading branch information
Adityapanther authored Aug 24, 2024
2 parents d778da1 + c0edf52 commit ab3ae20
Show file tree
Hide file tree
Showing 6 changed files with 298 additions and 272 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
node-version: 20
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm run build
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

## version - 0.0.1

- intial release
- intial release

## version - 0.0.2

- build command added in git-action
- version changed to `0.0.2`
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@presswink/firebase-jwt",
"version": "0.0.1",
"version": "0.0.2",
"description": "this package is going to verify firebase access-token without using firebase admin sdk.",
"main": "/dist/index.js",
"type": "commonjs",
Expand Down
Loading

0 comments on commit ab3ae20

Please sign in to comment.