mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-12-03 09:41:12 +00:00
Fixing npm publish.
This commit is contained in:
parent
f301613d07
commit
627b474d9f
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ steps:
|
|||
image: node:alpine
|
||||
commands:
|
||||
- *install_pnpm
|
||||
- pnpm i
|
||||
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
|
||||
- echo "email = tyhou13@gmx.com" >> ~/.npmrc
|
||||
- npm publish
|
||||
|
|
Loading…
Reference in a new issue