File tree Expand file tree Collapse file tree 5 files changed +5
-2
lines changed
Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1212 "test:ui" : " vitest --ui" ,
1313 "build" : " vite build" ,
1414 "preview" : " vite preview" ,
15+ "package" : " svelte-kit sync" ,
1516 "check" : " svelte-check --tsconfig ./tsconfig.json" ,
1617 "check-cycles" : " tsx ../../scripts/check-component-cycles.ts" ,
1718 "check:watch" : " pnpm check --watch" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const MOCK_COMMIT_A: Commit = {
1818 state : { type : "LocalOnly" } ,
1919 createdAt : BigInt ( 1672531200000 ) , // Example timestamp
2020 author : MOCK_AUTHOR_A ,
21- changeId : null ,
21+ changeId : "Icommit-a-id" ,
2222 gerritReviewUrl : null ,
2323} ;
2424
Original file line number Diff line number Diff line change 77 "dev" : " vite dev --host 0.0.0.0" ,
88 "build" : " vite build" ,
99 "preview" : " vite preview" ,
10+ "package" : " svelte-kit sync" ,
1011 "prepare" : " svelte-kit sync" ,
1112 "check" : " svelte-check --tsconfig ./tsconfig.json" ,
1213 "check:watch" : " svelte-check --tsconfig ./tsconfig.json --watch" ,
Original file line number Diff line number Diff line change 99 "main" : " dist/index.js" ,
1010 "types" : " dist/index.d.ts" ,
1111 "scripts" : {
12+ "package" : " tsc" ,
1213 "build" : " tsc" ,
1314 "prepare" : " pnpm build"
1415 },
Original file line number Diff line number Diff line change 33 "tasks" : {
44 "package" : {
55 "dependsOn" : [" ^package" ],
6- "outputs" : [" dist/**" ]
6+ "outputs" : [" dist/**" , " .svelte-kit/** " ]
77 },
88 "build" : {
99 "dependsOn" : [" package" ],
You can’t perform that action at this time.
0 commit comments