Skip to content
On this page

构建配置

scripts

scripts 是构建执行的主要配置, 里面的每一项都是一个脚本, 脚本的执行顺序是从上到下, 依次执行。

ci.yaml
scripts: 
  - pnpm install
  - pnpm run build

publish

  • docker
  • oss
  • distDir 默认为 dist