Fixing npm publish.

This commit is contained in:
Dessalines 2024-03-27 10:38:53 -04:00
parent f301613d07
commit 627b474d9f
1 changed files with 1 additions and 0 deletions

View File

@ -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