王良
2 months ago
4 changed files with 10 additions and 0 deletions
@ -1,4 +1,7 @@ |
|||||||
cd ../ |
cd ../ |
||||||
|
|
||||||
|
node -v |
||||||
|
|
||||||
npm install -g cnpm --registry=https://registry.npmmirror.com |
npm install -g cnpm --registry=https://registry.npmmirror.com |
||||||
|
|
||||||
cnpm install -g lerna@6 |
cnpm install -g lerna@6 |
||||||
|
@ -1,3 +1,5 @@ |
|||||||
cd ../ |
cd ../ |
||||||
|
|
||||||
|
node -v |
||||||
|
|
||||||
lerna bootstrap |
lerna bootstrap |
||||||
|
@ -1,3 +1,5 @@ |
|||||||
cd ../packages/gui |
cd ../packages/gui |
||||||
|
|
||||||
|
node -v |
||||||
|
|
||||||
npm run electron |
npm run electron |
||||||
|
@ -1,5 +1,8 @@ |
|||||||
cd ../packages/gui |
cd ../packages/gui |
||||||
|
|
||||||
|
node -v |
||||||
|
|
||||||
if not exist "dist_electron" mkdir "dist_electron" |
if not exist "dist_electron" mkdir "dist_electron" |
||||||
start dist_electron |
start dist_electron |
||||||
|
|
||||||
npm run electron:build |
npm run electron:build |
||||||
|
Loading…
Reference in new issue