Commit bf0dcf4d authored by 谢卓城's avatar 谢卓城

修复:gulp dev命令造成miniprogram_npm文件被删除的问题

parent a0a2a913
...@@ -85,7 +85,7 @@ npm run devBuild ...@@ -85,7 +85,7 @@ npm run devBuild
echo "########## 生成小程序miniprogram_npm包 ##########" echo "########## 生成小程序miniprogram_npm包 ##########"
cd package cd package
ls ls
miniprogram-ci pack-npm-manually --pack-npm-manually-package-json-path ./package.json --pack-npm-manually-miniprogram-npm-dist-dir ../dist/ --appid wx238862d8fac4ce23 miniprogram-ci pack-npm-manually --pack-npm-manually-package-json-path ./package.json --pack-npm-manually-miniprogram-npm-dist-dir ../dist/
cd .. cd ..
sysOS=`uname -s` sysOS=`uname -s`
...@@ -110,6 +110,5 @@ fi ...@@ -110,6 +110,5 @@ fi
# 初始化 git # 初始化 git
git init git init
echo "########## 请自行运行npm run dev命令启动小程序实时服务 ##########" echo "########## 启动小程序实时服务 ##########"
# 因为gulp dev 会打断 生成miniprogram_mini 暂时手动启动小程序实时服务 npm run dev
# npm run dev \ No newline at end of file
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment