This commit is contained in:
guotao 2021-05-18 13:30:45 +08:00
parent f14ca72ca7
commit bcfe3214ad
1 changed files with 2 additions and 4 deletions

View File

@ -3,8 +3,6 @@ type: docker
name: 确实社区前端自动化编译部署脚本
steps:
- name: 编译
image: node
- name: step1
commands:
- npm install
- npm run build
- echo 'Hello, world'