Skip to content

Commit fcc5f80

Browse files
committed
add build-host script for building specific workspaces
1 parent 53b9351 commit fcc5f80

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"scripts": {
66
"clean": "npm run clean --workspaces --if-present",
77
"build": "npm run build:00 --workspaces --if-present && npm run build:01 --workspaces --if-present && npm run build:02 --workspaces --if-present && npm run build:03 --workspaces --if-present && npm run build:04 --workspaces --if-present && npm run build:05 --workspaces --if-present && npm run build:06 --workspaces --if-present && npm run build:07 --workspaces --if-present && npm run build:08 --workspaces --if-present",
8+
"build-host": "npm run build -w @microsoft/interactive-document-markdown && npm run build -w @microsoft/chartifact-sandbox && npm run build -w @microsoft/interactive-document-host",
89
"start": "concurrently \"npm run dev -w common\" \"npm run dev -w @microsoft/interactive-document-markdown\" \"npm run dev -w schema\" \"npm run dev -w @microsoft/interactive-document-compiler\" \"npm run dev -w editor\"",
910
"package": "npm run package --workspaces --if-present"
1011
},

0 commit comments

Comments
 (0)