Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
banana-projects
/
convai
like
2
Running
App
Files
Files
Community
01a09e8
convai
/
deploy.sh
Julien Chaumond
deploy script + change server port
c5ed897
over 5 years ago
raw
Copy download link
history
blame
179 Bytes
#!/bin/bash
git checkout **/package-lock.json
git pull
# Front
pushd
front
npm i
time tsc
popd
# Grunt
pushd
grunt
npm i
grunt
popd
# Server
pushd
server
npm i
time tsc
popd