Separated installation and build steps
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/deploy unknown status

This commit is contained in:
Harrison Deng 2024-10-21 04:47:51 +00:00
parent a356392e26
commit 67b1a87d2e

View File

@ -1,6 +1,9 @@
steps:
- name: build
- name: install
image: node:20
commands:
- npm install
- name: build
image: node:20
commands:
- npm run build