diff --git a/.gitpod.yml b/.gitpod.yml index 3322e0f..253eebc 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -24,7 +24,7 @@ ports: onOpen: open-browser tasks: - - init: npm install && npm run build + - init: npm install && npm run build && cd src-tauri && cargo build command: npm run tauri-dev