Browse Source

chore: remove unused dep

pull/11500/head
afc163 9 months ago
parent
commit
100a96a18d
  1. 1
      .github/workflows/preview-build.yml
  2. 1
      biome.json

1
.github/workflows/preview-build.yml

@ -19,7 +19,6 @@ jobs:
- name: build
run: |
yarn
yarn add umi-plugin-pro --save
yarn build
- name: upload dist artifact

1
biome.json

@ -4,7 +4,6 @@
"ignoreUnknown": true,
"includes": [
"**/*",
"**/.github/**",
"!**/.umi/**",
"**/*.md",
"!**/.umi-production/**",

Loading…
Cancel
Save