Compare commits

...

4 Commits

3 changed files with 5 additions and 6691 deletions

View File

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

1
.gitignore vendored
View File

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

6691
package-lock.json generated

File diff suppressed because it is too large Load Diff