npm install replaced with npm ci

This commit is contained in:
Vechtomov
2023-01-06 00:56:56 +03:00
parent 3dbe0ae1ba
commit 6880b99ab0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- run: cd backend && pip install -r requirements.txt
- run: cd website && npm install
- run: cd website && npm ci
- run: ./scripts/backend-development/start-mock-server.sh