Skip to content

Commit 9e4bbac

Browse files
chore: restrict biome changes (#610)
1 parent acbfcc4 commit 9e4bbac

File tree

4 files changed

+9722
-9721
lines changed

4 files changed

+9722
-9721
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
node-version: ${{ env.NODE }}
7171
cache: npm
7272
- run: npm ci
73-
- run: npm run compile
73+
- run: npm run build
7474
# disabed due to https://github.com/vercel/pkg/issues/1291
7575
# - run: npm run build-binaries
7676
- run: npx semantic-release

biome.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
33
"files": {
4-
"ignore": ["./build", "./test/fixtures", "./node_modules", "./coverage"]
4+
"include": ["./src/**/*.ts", "./test/**/*.ts", "./samples/*.js"],
5+
"ignore": ["./build/**/*"]
56
},
67
"organizeImports": {
78
"enabled": true

0 commit comments

Comments
 (0)