Skip to content

Commit

Permalink
please work
Browse files Browse the repository at this point in the history
  • Loading branch information
paigen11 committed Jan 13, 2023
1 parent ddc97a8 commit cb5f16e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
cache: npm
always-auth: true
- run: npm ci
- run: npm publish --access public
env:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"url": "https://github.com/blues/notehub-js/issues"
},
"homepage": "https://github.com/blues/notehub-js#readme",
"publishConfig": {"directory": "./src"}
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"directory": "./src"
}
}
4 changes: 2 additions & 2 deletions src/package-lock.json

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

0 comments on commit cb5f16e

Please sign in to comment.