编辑文件 .cnb.yml

This commit is contained in:
cnb.aUOqoEV4wEA 2025-11-12 23:31:47 +08:00 committed by cnb
parent ff8f9b01ec
commit 03fd813e19
No known key found for this signature in database
GPG Key ID: 074E9EA8B7D5A8A3

View File

@ -13,37 +13,14 @@ main:
web_trigger_test: web_trigger_test:
- docker: - docker:
image: node:24 image: node:24
volumes:
- node_modules
stages: stages:
- name: build cache image - name: npm -i
type: docker:cache script: |
options: npm install -g pnpm
dockerfile: cache.dockerfile pnpm install --frozen-lockfile
by: pnpm run build:tdesign
- internal/*
- internal/lint-configs/*
- packages/*
- packages/@core/base/*
- packages/@core/ui-kit/*
- packages/@core/forward/*
- packages/@core/*
- packages/effects/*
- packages/business/*
- apps/*
- scripts/*
- docs
- playground
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- vben-admin.code-workspace
versionBy:
- pnpm-lock.yaml
exports:
name: iot-manage-dashboard
- name: use cache image
image: iot-manage-dashboard
commands:
- cp -r "$NODE_PATH" ./node_modules
web_trigger_prod: web_trigger_prod:
- docker: - docker:
image: node:24 image: node:24