File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 3
3
"private" : true ,
4
4
"version" : " 0.0.0" ,
5
5
"type" : " module" ,
6
- "devDependencies" : {
7
- "typescript" : " ^5.3.3"
8
- },
9
6
"dependencies" : {
10
- "@storyblok/manifest-helper" : " workspace:*" ,
11
7
"kleur" : " 4.1.5"
8
+ },
9
+ "devDependencies" : {
10
+ "@storyblok/manifest-helper" : " workspace:*" ,
11
+ "typescript" : " ^5.3.3"
12
12
}
13
13
}
Original file line number Diff line number Diff line change 40
40
"check:types" : " tsc --noEmit" ,
41
41
"dev" : " vite build --watch" ,
42
42
"test" : " jest" ,
43
- "build" : " unbuild && yarn build:helpers" ,
44
- "build:helpers" : " cd helpers && unbuild"
43
+ "build" : " yarn build:manifest-helper && unbuild && yarn build:helpers" ,
44
+ "build:helpers" : " cd helpers && unbuild" ,
45
+ "build:manifest-helper" : " cd ../manifest-helper && yarn build"
45
46
},
46
47
"devDependencies" : {
47
48
"@types/core-js" : " 2.5.8" ,
You can’t perform that action at this time.
0 commit comments