Skip to content

Commit c27d3d2

Browse files
committed
Fix: Codespaces setup
1 parent 9874a6d commit c27d3d2

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.devcontainer/postCreateCommand.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
#!/usr/bin/env bash
22

3-
echo "Build NPM packages"
4-
cd client
5-
npm update
6-
npm run build
7-
echo "Build server."
8-
cd ../server
9-
cargo build
3+
cd server
4+
../bt install --dev

0 commit comments

Comments
 (0)