ci: remove build step from npm publishing workflow
Some checks failed
Publish to npm / publish (push) Failing after 21s

This commit is contained in:
Astrian Zheng 2025-02-20 11:15:46 +11:00
parent 3fb6debe41
commit 79256774e2
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -22,9 +22,6 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build project
run: npm run build
- name: Publish to npm
run: npm publish
env: