This website requires JavaScript.
Explore
Help
Sign In
vincent
/
chainetv_web
Watch
1
Star
0
Fork
0
You've already forked chainetv_web
Code
Issues
Pull Requests
Releases
Wiki
Activity
81a9a19169
chainetv_web
/
deploy_client.sh
6 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
add deploy script
2019-04-26 10:40:07 +00:00
#/bin/bash
DIRECTORY
=
$(
cd
`
dirname
$0
`
&&
pwd
)
Mettre à jour 'deploy_client.sh'
2019-05-14 19:49:25 +00:00
cd
${
DIRECTORY
}
/client
yarn install
yarn run build
Reference in New Issue
Copy Permalink