GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
root
/
urbanLifeline_YanAn
Transfer to URL with SHA
Find file
Newer
Older
tree:
45367a73f0
Switch branches
×
master
urbanLifeline_YanAn
/
bin
/ build.bat
zhangqy
on 3 Oct
106 bytes
first commit
Raw
Blame
History
@echo off echo. echo [信息] 打包Web工程,生成dist文件。 echo. %~d0 cd %~dp0 cd .. yarn build:prod pause