Skip to content

Commit fd50f87

Browse files
committed
#160 Sequential builds
1 parent 799762c commit fd50f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"scripts": {
3333
"lint": "yarn workspaces foreach run lint",
3434
"lint-fix": "yarn workspaces foreach run lint-fix",
35-
"build": "yarn workspace @tomic/lib build & yarn workspace @tomic/react build & yarn workspace @tomic/data-browser build",
35+
"build": "yarn workspace @tomic/lib build && yarn workspace @tomic/react build && yarn workspace @tomic/data-browser build",
3636
"build-server": "yarn run build && cp -r data-browser/dist/assets/ ../atomic-data-rust/server/app_assets/dist/",
3737
"test": "yarn workspaces foreach run test",
3838
"publish": "yarn workspaces foreach --no-private npm publish",

0 commit comments

Comments
 (0)