workflow
Some checks failed
Publish Package / build (push) Failing after 15s

This commit is contained in:
Lee 2024-04-14 22:39:26 +01:00
parent 4b613ce966
commit dd4a52b109

@ -16,7 +16,9 @@ jobs:
with:
version: 8
run_install: false
- run: pnpm ci
- run: pnpm install
- run: pnpm run build
- run: pnpm run test
- run: pnpm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}