vite-start/.drone.yml
taoya7 41946af633
Some checks failed
continuous-integration/drone Build is failing
ci
2022-05-07 19:51:00 +08:00

15 lines
272 B
YAML

kind: pipeline
type: docker
name: build
steps:
- name: 编译文件
image: node:10.16
pull: if-not-exists # always never
commands:
- node -v
- npm -v
- yarn --version
- yarn config set cache-folder .yarn-cache
- yarn install
- yarn run build