diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index 59c2c34..1138978 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -28,6 +28,6 @@ jobs: - name: install frontend dependencies run: npm install # change this to npm or pnpm depending on which one you use working-directory: ./toos-dashboard - - run: cargo tauri build + - run: npm run tauri build working-directory: ./toos-dashboard \ No newline at end of file