Skip to content

Commit

Permalink
feat: 完善 GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
YasinChan committed Jul 12, 2023
1 parent b067ab4 commit 0216035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
git checkout -b build
shopt -s extglob
rm -rf .prettierrc.json .gitignore .eslintrc.cjs .github !(dist)
rm -rf .prettierrc.json .gitignore .eslintrc.cjs .vscode .github !(dist)
mv dist/* .
Expand Down

0 comments on commit 0216035

Please sign in to comment.