This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
打包脚本
rongxin_prod
zhao
2 years ago
parent
d9031a0af0
commit
55da832258
1 changed files
with
11 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-7
打包.bat
+ 11
- 7
打包.bat
View File
@@ -1,14 +1,18 @@
@echo off
D:
cd D:\workspace\code\nsgk_mobile
@echo 开始打包App......
call :extract %0
goto :eof
:extract
rem 进入项目根目录
@echo 进入项目根目录: %~dp1
%~d1
cd %~dp1
call npm run build
:: 鎵撳寘棰勫彂甯冪幆澧�
npm run build
@echo 打包成功
@echo SUCCESS
pause
@pause
Write
Preview
Loading…
Cancel
Save