Skip to content

Commit bfd8e83

Browse files
committed
Update scripts
1 parent 7c02838 commit bfd8e83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
"build:cjs": "babel ./src --ignore='**/*.test.ts' --config-file=./babel.config.cjs.json --extensions=.ts,.cts --source-root=./src --out-dir=./dist --out-file-extension .cjs",
5858
"watch": "tsc --watch --preserveWatchOutput --project .",
5959
"start": "npm run build --incremental --watch",
60-
"lint": "biome lint ./src",
61-
"lint:fix": "biome lint ./src --write",
60+
"lint": "biome ci",
61+
"lint:fix": "biome lint --write",
6262
"test": "npm run test:build && npm run test:unit",
6363
"test:unit": "vitest run",
6464
"test:build": "node dist/index.js && tsc --noEmit dist/index.d.ts",
65-
"format:check": "biome format ./src",
66-
"format": "biome format ./src --write",
65+
"format:check": "biome format",
66+
"format": "biome format --write",
6767
"prerelease": "npm run build",
6868
"release": "np"
6969
},

0 commit comments

Comments
 (0)