Skip to content

Commit 2873687

Browse files
committedDec 4, 2022
update build script
1 parent 266db59 commit 2873687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"bootstrap": "yarn install && yarn lerna bootstrap",
99
"start:cli": "lerna exec --scope @martifylabs/create-mesh-dapp -- yarn dev",
1010
"start:demo": "lerna exec --scope @workspace/playground -- yarn dev",
11-
"start:module": "lerna exec --scope @martifylabs/mesh -- yarn dev",
11+
"start:module": "lerna exec --scope meshjs -- yarn dev",
1212
"start:react": "lerna exec --scope @martifylabs/mesh-react -- yarn dev",
1313
"build": "lerna link && yarn build:module && yarn build:react && yarn build:demo",
1414
"build:cli": "lerna exec --scope @martifylabs/create-mesh-dapp -- yarn build",
1515
"build:demo": "lerna exec --scope @workspace/playground -- yarn build",
16-
"build:module": "lerna exec --scope @martifylabs/mesh -- yarn build",
16+
"build:module": "lerna exec --scope meshjs -- yarn build",
1717
"build:react": "lerna exec --scope @martifylabs/mesh-react -- yarn build"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.