fix: Only use npm in pipeline
Some checks failed
Publish Svelte Tailwind Library / build-and-publish (push) Failing after 8s

This commit is contained in:
2025-09-15 12:26:39 +01:00
parent 1aa27060a1
commit f8ce6d78b5

View File

@@ -18,10 +18,10 @@ jobs:
registry-url: https://git.luke-else.co.uk/api/packages/luke-else/npm/
- name: Install dependencies
run: pnpm install
run: npm install
- name: Build package
run: pnpm build
run: npm build
- name: Publish to Gitea Packages
env: