We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799762c commit fd50f87Copy full SHA for fd50f87
package.json
@@ -32,7 +32,7 @@
32
"scripts": {
33
"lint": "yarn workspaces foreach run lint",
34
"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",
+ "build": "yarn workspace @tomic/lib build && yarn workspace @tomic/react build && yarn workspace @tomic/data-browser build",
36
"build-server": "yarn run build && cp -r data-browser/dist/assets/ ../atomic-data-rust/server/app_assets/dist/",
37
"test": "yarn workspaces foreach run test",
38
"publish": "yarn workspaces foreach --no-private npm publish",
0 commit comments