1 Star 1 Fork 0

江程训/Galanga

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.drone.yml 692 Bytes
一键复制 编辑 原始数据 按行查看 历史
青草科技 提交于 2023-02-01 06:48 . Configured ESlint & Converted to LF
kind: pipeline
name: npm
steps:
- name: restore-cache
image: drillster/drone-volume-cache
volumes:
- name: cache
path: /cache
settings:
restore: true
mount:
- ./.yarn-cache
- ./node_modules
- name: install
image: node
commands:
- node -v
- npm -v
- yarn
- name: eslint
image: node
commands:
- yarn run lint
- name: build
image: node
commands:
- unset CI
- yarn run build
- name: rebuild-cache
image: drillster/drone-volume-cache
volumes:
- name: cache
path: /cache
settings:
rebuild: true
mount:
- ./.yarn-cache
- ./node_modules
volumes:
- name: cache
host:
path: /tmp/cache/galanga
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/censujiang/galanga.git
git@gitee.com:censujiang/galanga.git
censujiang
galanga
Galanga
master

搜索帮助