File tree Expand file tree Collapse file tree
svelte-query-persist-client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 "clean" : " premove ./dist ./coverage ./.svelte-kit ./dist-ts" ,
2424 "compile" : " tsc --build" ,
2525 "test:types" : " svelte-check --tsconfig ./tsconfig.json" ,
26- "test:eslint" : " eslint --concurrency=auto ./src" ,
26+ "test:eslint" : " eslint --concurrency=auto ./src ./tests " ,
2727 "test:lib" : " vitest" ,
2828 "test:lib:dev" : " pnpm run test:lib --watch" ,
2929 "test:build" : " publint --strict && attw --pack" ,
Original file line number Diff line number Diff line change 2323 "clean" : " premove ./dist ./coverage ./.svelte-kit ./dist-ts" ,
2424 "compile" : " tsc --build" ,
2525 "test:types" : " svelte-check --tsconfig ./tsconfig.json" ,
26- "test:eslint" : " eslint --concurrency=auto ./src" ,
26+ "test:eslint" : " eslint --concurrency=auto ./src ./tests " ,
2727 "test:lib" : " vitest" ,
2828 "test:lib:dev" : " pnpm run test:lib --watch" ,
2929 "test:build" : " publint --strict && attw --pack" ,
You can’t perform that action at this time.
0 commit comments