Fix deployment script (#380)

This commit is contained in:
Christian Authmann 2021-09-19 21:20:40 +02:00 committed by Keavon Chambers
parent fb517b3d5b
commit 52f597234c
1 changed files with 3 additions and 0 deletions

View File

@ -8,5 +8,8 @@ echo 🚧 Install Node dependencies
cd frontend
npm install
echo 📦 Install cargo-about
cargo install cargo-about
echo 👷 Build Graphite web client
npm run build