mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
chore: migrate package manager from npm to bun
This commit is contained in:
parent
cf65111e4e
commit
41ad1a036b
14 changed files with 1903 additions and 16113 deletions
2
.github/workflows/lint-format.yml
vendored
2
.github/workflows/lint-format.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
- name: Apply fixes
|
||||
run: |
|
||||
bunx eslint src/ --fix
|
||||
bunx eslint . --fix
|
||||
bunx prettier --write .
|
||||
bunx markdownlint "**/*.md" --ignore node_modules --ignore dist --fix
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue