feat: 更新 VSCode 配置,添加 oxc 插件,调整 eslint 配置,优化构建和类型检查命令
This commit is contained in:
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -13,6 +13,7 @@ jobs:
|
||||
- run: pnpm run build-only # 先 build,保证 components.d.ts 存在
|
||||
- run: pnpm run type-check
|
||||
|
||||
- run: cat .npmrc
|
||||
- name: 修改 .npmrc
|
||||
run: |
|
||||
sed -i '/use-node-version/d' .npmrc;
|
||||
|
Reference in New Issue
Block a user