Skip to content

Commit

Permalink
fixing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmos-explorer committed Jan 23, 2024
1 parent 663d44a commit 8742e68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:

- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- run: ls
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"url": "https://github.com/featbit/openfeature-provider-js-client/issues"
},
"homepage": "https://github.com/featbit/openfeature-provider-js-client#readme",
"files": [
"/dist",
"/src"
],
"scripts": {
"build": "rimraf dist && tsc",
"test": "jest",
Expand Down

0 comments on commit 8742e68

Please sign in to comment.