Skip to content

Commit 7bd9278

Browse files
committed
Add build script
1 parent 83eaf8d commit 7bd9278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "NODE_OPTIONS=\"--max-old-space-size=4096\" yarn build:deps && yarn build:prod",
88
"build:prod": "lerna run build --scope homepage --stream && lerna run build --scope app --stream && gulp",
99
"build:clean": "lerna run build:clean --scope app --scope homepage && rimraf www",
10-
"build:deps": "lerna run build:dev --scope codesandbox-api --scope codesandbox-browserfs",
10+
"build:deps": "lerna run build:dev --scope codesandbox-api --scope codesandbox-browserfs --scope node-services",
1111
"start": "yarn build:deps && lerna run start --scope app --stream",
1212
"start:fast": "lerna run start --scope app --stream",
1313
"start:vscode": "VSCODE=1 yarn start:fast & cd standalone-packages/monaco-editor && yarn simpleserver & cd standalone-packages/vscode && yarn watch",
@@ -75,4 +75,4 @@
7575
"url": "https://opencollective.com/codesandbox",
7676
"logo": "https://opencollective.com/codesandbox/logo.txt"
7777
}
78-
}
78+
}

0 commit comments

Comments
 (0)