Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PublicShell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
谢卓城
PublicShell
Commits
a0a2a913
Commit
a0a2a913
authored
Dec 28, 2020
by
谢卓城
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新脚本
parent
e47bb8cd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
MiniprogramTemplate.sh
MiniprogramTemplate.sh
+3
-0
No files found.
MiniprogramTemplate.sh
View file @
a0a2a913
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment