convai / deploy.sh
julien-c's picture
julien-c HF staff
Deploy as a HF Space
111cea2 verified
# Front
pushd front
npm i
time tsc
popd
# Grunt
pushd grunt
npm i
grunt
popd
# Server
pushd server
npm i
time tsc
popd