From 627b474d9f31f961aee1927e6d79192b5d7503e4 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 27 Mar 2024 10:38:53 -0400 Subject: [PATCH] Fixing npm publish. --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index b02b7b2..07258c9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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