File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
"bootstrap" : " yarn install && yarn lerna bootstrap" ,
9
9
"start:cli" : " lerna exec --scope @martifylabs/create-mesh-dapp -- yarn dev" ,
10
10
"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" ,
12
12
"start:react" : " lerna exec --scope @martifylabs/mesh-react -- yarn dev" ,
13
13
"build" : " lerna link && yarn build:module && yarn build:react && yarn build:demo" ,
14
14
"build:cli" : " lerna exec --scope @martifylabs/create-mesh-dapp -- yarn build" ,
15
15
"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" ,
17
17
"build:react" : " lerna exec --scope @martifylabs/mesh-react -- yarn build"
18
18
},
19
19
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments