File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 "build-cjs" : " tsc -p tsconfig.cjs.json" ,
3535 "build-esm" : " tsc" ,
3636 "clean" : " rimraf ./cjs ./esm" ,
37+ "dev" : " concurrently 'npm:dev-*'" ,
3738 "dev-cjs" : " tsc --watch -p tsconfig.cjs.json" ,
3839 "dev-esm" : " tsc --watch" ,
39- "dev" : " concurrently 'npm:dev-*'" ,
4040 "lint" : " eslint --config eslint.config.mjs ." ,
4141 "lint-fix" : " eslint --config eslint.config.mjs --fix ." ,
4242 "prepare" : " npm run clean && npm run build" ,
4343 "prepublishOnly" : " npm run lint && npm test" ,
44- "test " : " vitest run --passWithNoTests --coverage " ,
45- "preversion " : " npm run lint && npm run test "
44+ "preversion " : " npm run prepublishOnly " ,
45+ "test " : " vitest run --passWithNoTests --coverage "
4646 },
4747 "devDependencies" : {
4848 "@babel/cli" : " ^7.28.3" ,
You can’t perform that action at this time.
0 commit comments