Skip to content

Commit

Permalink
Merge branch 'ref/project-config-ci' into ref/project-config-ci-e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianoertel committed Oct 10, 2024
2 parents 063d4c2 + 72adebc commit 0a1244c
Show file tree
Hide file tree
Showing 145 changed files with 7,037 additions and 2,137 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/firebase-hosting-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- name: 'vite staging build'
env:
NODE_OPTIONS: '--max_old_space_size=8192'
run: export VITE_STAGING_BUILD=true && npm ci && npm run build
VITE_STAGING_BUILD: true
VITE_QUERY_DEVTOOLS_ENABLED: true
run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
197 changes: 132 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,19 @@
"@sentry/vite-plugin": "^2.16.1",
"@sentry/vue": "^7.114.0",
"@sentry/wasm": "^8.0.0",
"@tanstack/vue-query": "^4.35.7",
"@tanstack/vue-query": "^5.54.2",
"@tanstack/vue-query-devtools": "^5.54.2",
"@unhead/vue": "^1.9.16",
"@vuelidate/core": "^2.0.0-alpha.40",
"@vuelidate/validators": "^2.0.0-alpha.28",
"@vueuse/core": "^10.7.1",
"axios": "^1.5.1",
"buffer": "^6.0.3",
"chart.js": "^4.3.3",
"dompurify": "^3.1.6",
"dotenv": "^16.3.1",
"html2canvas": "^1.4.1",
"http-status-codes": "^2.3.0",
"jspdf": "^2.5.1",
"lodash": "^4.17.21",
"marked": "^7.0.3",
Expand Down Expand Up @@ -100,6 +104,7 @@
"eslint-plugin-vue": "^9.18.1",
"happy-dom": "^14.12.3",
"husky": "^8.0.3",
"nanoid": "^5.0.7",
"prettier": "3.0.3",
"sass": "^1.50.1",
"vite": "^5.4.2",
Expand Down
Loading

0 comments on commit 0a1244c

Please sign in to comment.