Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-yarn +bun #18

Closed
wants to merge 4 commits into from
Closed

-yarn +bun #18

wants to merge 4 commits into from

Conversation

Shingyx
Copy link
Owner

@Shingyx Shingyx commented Apr 2, 2024

No description provided.

Comment on lines +14 to 15
"format": "bun format:check --write",
"format:check": "prettier --check \"./**/*.{json,md,ts,yml}\" --ignore-path .gitignore",
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔

$ bun format:check

$ prettier --check "./**/*.{json,md,ts,yml}" --ignore-path .gitignore
Checking formatting...
All matched files use Prettier code style!


$ bun format

$ bun format:check --write
$ prettier --check \"./**/*.{json,md,ts,yml}\" --ignore-path .gitignore --write
bun: no matches found: "./**/*.{json,md,ts,yml}"
error: script "format:check" exited with code 1
error: script "format" exited with code 1

@Shingyx Shingyx closed this Apr 2, 2024
@Shingyx Shingyx deleted the bun branch April 2, 2024 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant