This commit is contained in:
parent
fdc4baccc2
commit
007117ed00
@ -3,11 +3,12 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:16.18.1
|
image: node:16.20.2
|
||||||
volumes:
|
volumes:
|
||||||
- name: build-file
|
- name: build-file
|
||||||
path: /build/dist
|
path: /build/dist
|
||||||
commands:
|
commands:
|
||||||
|
- npm config set registry https://registry.npm.taobao.org/
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- cp -r dist/. /build/dist
|
- cp -r dist/. /build/dist
|
||||||
|
Loading…
Reference in New Issue
Block a user