This commit is contained in:
Kenneth Kehl
2024-06-17 13:55:25 -07:00
parent e426449a38
commit c491b4152c
4 changed files with 7 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ bootstrap: generate-version-file ## Set up everything to run the app
poetry install --sync --no-root
poetry run playwright install --with-deps
poetry run pre-commit install
npm install
source $(NVMSH) --no-use && nvm install && npm ci --no-audit
source $(NVMSH) && npm run build