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

更新脚本

parent e47bb8cd
......@@ -45,11 +45,14 @@ else
exit 127
fi
cd ./src
# 设置小程序的appid
sed "s/\"appid\": \"\"/\"appid\": \"${appid}\"/" project.config.json>project.config.json.bak
rm project.config.json
mv project.config.json.bak project.config.json
cd ..
echo "########## 安装小程序npm包 ##########"
npm install
......
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