Skip to content

Commit d0e65e2

Browse files
cauthmannKeavon
authored andcommitted
Fix deployment script (#380)
1 parent ce1adb7 commit d0e65e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.deployment/cd.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ echo 🚧 Install Node dependencies
88
cd frontend
99
npm install
1010

11+
echo 📦 Install cargo-about
12+
cargo install cargo-about
13+
1114
echo 👷 Build Graphite web client
1215
npm run build

0 commit comments

Comments
 (0)