Skip to content

Commit 2532268

Browse files
jyash97CompuIves
authored andcommitted
fix: add build scripts for homepage (codesandbox#2215)
1 parent 2b37aae commit 2532268

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"start:vscode": "cross-env VSCODE=1 yarn start:fast & cd standalone-packages/monaco-editor && yarn simpleserver & cd standalone-packages/vscode && yarn watch",
2222
"start:dynamic": "lerna run dev --scope dynamic-pages --stream",
2323
"start:common": "lerna run start --scope common --stream",
24-
"start:home": "cd packages/homepage && yarn start",
24+
"start:home": "yarn build:deps && yarn start:home:fast",
25+
"start:home:fast": "cd packages/homepage && yarn start",
2526
"start:test": "lerna run start:test --scope app --stream",
2627
"start:dev_api": "lerna run start:dev_api --scope app --stream",
2728
"test": "lerna run test --ignore codesandbox-browserfs",

0 commit comments

Comments
 (0)