Skip to content

Commit 978e380

Browse files
committed
feat(helper): add concurrent building process for manifest helper
1 parent de1dec1 commit 978e380

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

packages/field-plugin/helpers/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",
6-
"devDependencies": {
7-
"typescript": "^5.3.3"
8-
},
96
"dependencies": {
10-
"@storyblok/manifest-helper": "workspace:*",
117
"kleur": "4.1.5"
8+
},
9+
"devDependencies": {
10+
"@storyblok/manifest-helper": "workspace:*",
11+
"typescript": "^5.3.3"
1212
}
1313
}

packages/field-plugin/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@
4040
"check:types": "tsc --noEmit",
4141
"dev": "vite build --watch",
4242
"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"
4546
},
4647
"devDependencies": {
4748
"@types/core-js": "2.5.8",

0 commit comments

Comments
 (0)