Skip to content

Commit

Permalink
chore(web): remove legacy plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious committed May 11, 2022
1 parent 5023718 commit ee9ced7
Show file tree
Hide file tree
Showing 5 changed files with 247 additions and 55 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:

- name: Install changed package dependencies and build packages
run: |-
# failure automatically retries 3 times
pnpm i || pnpm i || pnpm i
# failure automatically retries 3 times
pnpm i || pnpm i || pnpm i
env:
components: ${{ steps.filter.outputs.components }}
types: ${{ steps.filter.outputs.types }}
Expand All @@ -91,8 +91,6 @@ jobs:

- name: Build flat-web
run: pnpm -F flat-web build
env:
noLegacy: true
if: steps.filter.outputs.flat-web == 'true'

- name: Check i18n
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@
"@types/react": "^17"
}
},
"packageManager": "pnpm@7.0.0"
"packageManager": "pnpm@7.0.1"
}
Loading

0 comments on commit ee9ced7

Please sign in to comment.