-
-
Notifications
You must be signed in to change notification settings - Fork 499
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add package to check script and fix issues
- Loading branch information
1 parent
5ee6bc9
commit c1389b4
Showing
4 changed files
with
26 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"name": "@biomejs/monorepo", | ||
"private": true, | ||
"version": "0.0.0", | ||
"scripts": { | ||
"check:apply": "cargo biome-cli-dev check --apply-unsafe editors website packages/@biomejs/js-api", | ||
"check": "cargo biome-cli-dev check editors website packages/@biomejs/js-api", | ||
"ci": "cargo biome-cli-dev ci editors website packages/@biomejs/js-api" | ||
"name": "@biomejs/monorepo", | ||
"private": true, | ||
"version": "0.0.0", | ||
"scripts": { | ||
"check:apply": "cargo biome-cli-dev check --apply-unsafe editors website packages/@biomejs/js-api packages/tailwindcss-config-analyzer", | ||
"check": "cargo biome-cli-dev check editors website packages/@biomejs/js-api packages/tailwindcss-config-analyzer", | ||
"ci": "cargo biome-cli-dev ci editors website packages/@biomejs/js-api packages/tailwindcss-config-analyzer" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"devDependencies": { | ||
"keywords": [], | ||
"author": "", | ||
"devDependencies": { | ||
"shared": "file:./shared", | ||
"@changesets/cli": "^2.26.2" | ||
} | ||
"@changesets/cli": "^2.26.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters