Skip to content

Commit 308c094

Browse files
ci: build packages for web builds
1 parent 10a3055 commit 308c094

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"start": "turbo run start --filter !cloudo",
1717
"test": "vitest",
1818
"web": "pnpm run web:docs && turbo run web:dev",
19-
"web:build": "turbo run docs && turbo run web:build",
19+
"web:build": "turbo run web:build",
2020
"web:docs": "turbo run docs"
2121
},
2222
"dependencies": {

turbo.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@
1313
"dev": {
1414
"persistent": true
1515
},
16-
"web:build": {},
16+
"web:build": {
17+
"dependsOn": ["build", "docs"]
18+
},
1719
"web:dev": {},
1820
"docs": {
19-
"dependsOn": ["^build", "^docs"],
21+
"dependsOn": ["build", "^docs"],
2022
"inputs": [
2123
"src/**",
2224
"typedoc.json",

0 commit comments

Comments
 (0)