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