This commit is contained in:
@ -5,7 +5,7 @@ name: test # 当前管道的名称
|
|||||||
steps:
|
steps:
|
||||||
# 第一步:构建项目
|
# 第一步:构建项目
|
||||||
- name: build
|
- name: build
|
||||||
image: hub-mirror.c.163.com/library/node:18-alpine
|
image: node:18-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
|
Reference in New Issue
Block a user