Skip to content

Commit

Permalink
fix: build error on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Hintay committed Jul 29, 2024
1 parent 750e28c commit 247cf99
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- '*'
- '!main'
paths:
- "app/**/*.js"
- "app/**/*.vue"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- '*'
- '!main'
paths:
- "docs/**/*.js"
- "docs/**/*.ts"
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"universal-cookie": "^7",
"vite-plugin-build-id": "^0.3.0",
"vue": "^3.4.33",
"vue-github-button": "github:0xJacky/vue-github-button",
"vue-github-button": "git+https://github.com/0xJacky/vue-github-button.git",
"vue-router": "^4.4.0",
"vue3-ace-editor": "2.2.4",
"vue3-apexcharts": "1.4.4",
Expand Down
2 changes: 1 addition & 1 deletion app/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 247cf99

Please sign in to comment.