This commit is contained in:
@@ -6,10 +6,10 @@ steps:
|
|||||||
- name: build-frontend
|
- name: build-frontend
|
||||||
image: node:19
|
image: node:19
|
||||||
commands:
|
commands:
|
||||||
- cd web
|
- cd web
|
||||||
- npm config set registry=https://registry.npmmirror.com
|
- npm config set registry=https://registry.npmmirror.com
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-backend
|
- name: build-backend
|
||||||
|
|||||||
Reference in New Issue
Block a user