Skip to content

Commit

Permalink
chore: restrict biome changes (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Jul 1, 2024
1 parent acbfcc4 commit 9e4bbac
Show file tree
Hide file tree
Showing 4 changed files with 9,722 additions and 9,721 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
node-version: ${{ env.NODE }}
cache: npm
- run: npm ci
- run: npm run compile
- run: npm run build
# disabed due to https://github.com/vercel/pkg/issues/1291
# - run: npm run build-binaries
- run: npx semantic-release
Expand Down
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"files": {
"ignore": ["./build", "./test/fixtures", "./node_modules", "./coverage"]
"include": ["./src/**/*.ts", "./test/**/*.ts", "./samples/*.js"],
"ignore": ["./build/**/*"]
},
"organizeImports": {
"enabled": true
Expand Down
Loading

0 comments on commit 9e4bbac

Please sign in to comment.