Separated installation and build steps
This commit is contained in:
parent
a356392e26
commit
67b1a87d2e
@ -1,6 +1,9 @@
|
||||
steps:
|
||||
- name: build
|
||||
- name: install
|
||||
image: node:20
|
||||
commands:
|
||||
- npm install
|
||||
- name: build
|
||||
image: node:20
|
||||
commands:
|
||||
- npm run build
|
Loading…
x
Reference in New Issue
Block a user