diff --git a/Makefile b/Makefile index 21da58d..010294e 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ server: cd server;cargo build --release --target x86_64-unknown-linux-musl client client/dist: - cd client;yarn build + cd client;yarn install;yarn build clean: rm -r release