Compare commits

..

4 Commits

3 changed files with 5 additions and 6691 deletions

View File

@@ -83,6 +83,10 @@ jobs:
with: with:
node-version: '20' node-version: '20'
- name: Create package-lock.json
working-directory: .
run: npm i --package-lock-only
- name: Install backend dependencies - name: Install backend dependencies
working-directory: ./backend working-directory: ./backend
run: npm ci run: npm ci

1
.gitignore vendored
View File

@@ -57,6 +57,7 @@ yarn-error.log*
# Build outputs # Build outputs
dist/ dist/
build/ build/
package-lock.json
# Environment variables # Environment variables
.env .env

6691
package-lock.json generated

File diff suppressed because it is too large Load Diff