Skip to content

Commit 39c8cd3

Browse files
committed
bundle before vscode
1 parent 0cc1c5f commit 39c8cd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bundle": "npm run bundle --workspaces --if-present",
77
"serve-jekyll": "npx http-server ./docs/_site -p 4000 --cors",
88
"clean": "npm run clean --workspaces --if-present",
9-
"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 && npm run bundle",
9+
"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 bundle && npm run build:08 --workspaces --if-present",
1010
"build-host": "npm run build -w @microsoft/chartifact-markdown && npm run build -w @microsoft/chartifact-sandbox && npm run build -w @microsoft/chartifact-host",
1111
"start": "concurrently \"npm run dev -w common\" \"npm run dev -w @microsoft/chartifact-markdown\" \"npm run dev -w @microsoft/chartifact-schema\" \"npm run dev -w @microsoft/chartifact-compiler\" \"npm run dev -w @microsoft/chartifact-editor\"",
1212
"package": "npm run package --workspaces --if-present"

0 commit comments

Comments
 (0)