Skip to content

Commit

Permalink
Merge branch 'v3' into v3-analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
sjschlapbach authored Dec 22, 2024
2 parents 21be1e8 + d413864 commit a47b11f
Show file tree
Hide file tree
Showing 9 changed files with 1,454 additions and 1,179 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"dev:docs": "turbo run dev:docs",
"dev:lti": "doppler run --config dev_lti -- turbo run dev:lti",
"dev:offline": "doppler run --config dev -- turbo run dev:offline --concurrency 30",
"dev:prepare-prod": "./util/_prepare_local_prod.sh",
"dev:test": "doppler run --config dev_cypress -- cross-env NODE_ENV=test turbo run dev:test",
"format": "prettier --write . --config .prettierrc.mjs",
"format:check": "prettier --check . --config .prettierrc.mjs",
Expand All @@ -64,6 +65,7 @@
"prisma:setup": "pnpm run --filter @klicker-uzh/prisma prisma:setup",
"prisma:setup:yes": "pnpm run --filter @klicker-uzh/prisma prisma:setup:yes",
"prisma:studio": "pnpm run --filter @klicker-uzh/prisma prisma:studio",
"prisma:sync": "./util/sync-schema.sh",
"prune": "turbo prune",
"publish": "turbo run publish",
"release": "standard-version",
Expand Down
Loading

0 comments on commit a47b11f

Please sign in to comment.