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