From 6880b99ab0ce45d5d92d38032a4b84d7f6cc5d66 Mon Sep 17 00:00:00 2001 From: Vechtomov Date: Fri, 6 Jan 2023 00:56:56 +0300 Subject: [PATCH] npm install replaced with npm ci --- .github/workflows/test-api-contract.yaml | 2 +- website/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-api-contract.yaml b/.github/workflows/test-api-contract.yaml index 4ca36da0..6312cc50 100644 --- a/.github/workflows/test-api-contract.yaml +++ b/.github/workflows/test-api-contract.yaml @@ -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 diff --git a/website/README.md b/website/README.md index 5198a820..11e3ccc4 100644 --- a/website/README.md +++ b/website/README.md @@ -53,7 +53,7 @@ If you're doing active development we suggest the following workflow: 1. Run `docker compose up frontend-dev --build --attach-dependencies`. You can optionally include `-d` to detach and later track the logs if desired. 1. In another tab navigate to `${OPEN_ASSISTANT_ROOT/website`. -1. Run `npm install` +1. Run `npm ci` 1. Run `npx prisma db push` (This is also needed when you restart the docker stack from scratch). 1. Run `npm run dev`. Now the website is up and running locally at