提交 9688d250 编写于 作者: 李少辉-开发者's avatar 李少辉-开发者 🎧

更新.gitlab-ci.yml文件

上级 00582333
# This file is a template, and might need editing before it works on your project.
default:
image: node:latest
......@@ -12,14 +11,16 @@ default:
- echo "current version is :"
- echo $(node -p "require('./package.json').version")
stages:
- build
- test
install:
stage: build
script:
- npm install
compile:
stage: build
script:
- npm run build
check:
stage: test
script:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册