File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1414 "dev" : " tsdown -w" ,
1515 "format" : " pnpm --parallel format" ,
1616 "lint" : " pnpm --parallel lint && eslint --cache --cache-location node_modules/.eslintcache" ,
17+ "sv" : " pnpm --filter sv run sv" ,
1718 "test" : " vitest run --silent" ,
1819 "test:ui" : " vitest --ui" ,
1920 "update-deps" : " node ./scripts/update-dependencies.js && pnpm format"
Original file line number Diff line number Diff line change 1313 "scripts" : {
1414 "check" : " tsgo" ,
1515 "format" : " pnpm lint --write" ,
16- "lint" : " prettier --check . --config ../../prettier.config.js --ignore-path ../../.gitignore --ignore-path .gitignore --ignore-path ../../.prettierignore"
16+ "lint" : " prettier --check . --config ../../prettier.config.js --ignore-path ../../.gitignore --ignore-path .gitignore --ignore-path ../../.prettierignore" ,
17+ "sv" : " node dist/bin.mjs"
1718 },
1819 "files" : [
1920 " dist"
You can’t perform that action at this time.
0 commit comments