mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-12-04 02:01: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
|
image: node:alpine
|
||||||
commands:
|
commands:
|
||||||
- *install_pnpm
|
- *install_pnpm
|
||||||
|
- pnpm i
|
||||||
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
|
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
|
||||||
- echo "email = tyhou13@gmx.com" >> ~/.npmrc
|
- echo "email = tyhou13@gmx.com" >> ~/.npmrc
|
||||||
- npm publish
|
- npm publish
|
||||||
|
|
Loading…
Reference in a new issue