File tree Expand file tree Collapse file tree 4 files changed +411
-54
lines changed Expand file tree Collapse file tree 4 files changed +411
-54
lines changed Original file line number Diff line number Diff line change 1
1
engine-strict = true
2
- auto-install-peers = true
2
+ auto-install-peers = true
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
- "build" : " storybook build" ,
7
+ "build" : " storybook build -o build " ,
8
8
"check" : " svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" ,
9
9
"check:watch" : " svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" ,
10
10
"clean" : " rm -rf node_modules .svelte-kit .turbo build" ,
11
11
"dev" : " storybook dev -p 5174 --no-open" ,
12
12
"lint" : " eslint . --max-warnings 0" ,
13
13
"prepare" : " svelte-kit sync" ,
14
- "preview" : " vite preview --port 4174" ,
14
+ "preview" : " http-server build --port 4174" ,
15
15
"test" : " vitest run" ,
16
16
"test:ci" : " vitest" ,
17
17
"test:unit:ui" : " vitest --ui"
49
49
"@vitest/ui" : " ^3.1.2" ,
50
50
"eslint" : " ^9.25.1" ,
51
51
"eslint-plugin-storybook" : " ^0.12.0" ,
52
+ "http-server" : " ^14.1.1" ,
52
53
"jsdom" : " ^26.1.0" ,
53
54
"storybook" : " ^8.6.12" ,
54
55
"svelte" : " ^5.28.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : [" //" ],
3
- "tasks" : {
4
- "dev:cms" : {
5
- "cache" : false ,
6
- "persistent" : true
7
- },
8
- "emulators:auth" : {
9
- "cache" : false ,
10
- "persistent" : true
11
- }
12
- }
3
+ "tasks" : {}
13
4
}
You can’t perform that action at this time.
0 commit comments