Update rust.yml

This commit is contained in:
Flori 2023-04-15 17:31:45 +02:00 committed by GitHub
parent ece8221e79
commit 748b4b1d14
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Navigate to project root
run: cd server
- name: Install Node packages
run: npm ci
run: npm install
- name: Build and generate schema
run: npm run setup
- name: Start the server