Separated installation and build steps
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user