命令打印 nodejs 版本

pull/366/head
王良 2024-09-25 15:17:40 +08:00
parent 00cafdfa5c
commit 4867e701a5
4 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,7 @@
cd ../
node -v
npm install -g cnpm --registry=https://registry.npmmirror.com
cnpm install -g lerna@6

View File

@ -1,3 +1,5 @@
cd ../
node -v
lerna bootstrap

View File

@ -1,3 +1,5 @@
cd ../packages/gui
node -v
npm run electron

View File

@ -1,5 +1,8 @@
cd ../packages/gui
node -v
if not exist "dist_electron" mkdir "dist_electron"
start dist_electron
npm run electron:build