Skip to content

Commit 3242634

Browse files
committed
fix
1 parent cbddd1d commit 3242634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"scripts": {
66
"make": "pnpm run build",
77
"make-dev": "pnpm run build-dev",
8-
"build": "./workspaces.py install && ./workspaces.py build && python-api",
9-
"build-dev": "./workspaces.py install && ./workspaces.py build --dev && python-api",
8+
"build": "./workspaces.py install && ./workspaces.py build && pnpm python-api",
9+
"build-dev": "./workspaces.py install && ./workspaces.py build --dev && pnpm python-api",
1010
"clean": "rm -rf packages/node_modules && ./workspaces.py clean && cd compute/compute && pnpm clean ",
1111
"hub": "cd packages/hub && npm run hub-project-dev-nobuild",
1212
"hub-prod": "cd packages/hub && npm run hub-project-prod-nobuild",

0 commit comments

Comments
 (0)