File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments