Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Aug 9, 2024
1 parent a3cd976 commit 69c025c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"./apps/*"
],
"scripts": {
"dev": "yarn enforce-redirects && concurrently \"yarn sidecar\" \"node ./src/hotReloadWatcher.mjs\" \"NEXT_TELEMETRY_DISABLED=1 next dev\"",
"dev:developer-docs": "yarn enforce-redirects && NEXT_PUBLIC_DEVELOPER_DOCS=1 NEXT_TELEMETRY_DISABLED=1 yarn dev",
"build:developer-docs": "yarn enforce-redirects && git submodule init && git submodule update && NEXT_PUBLIC_DEVELOPER_DOCS=1 NEXT_TELEMETRY_DISABLED=1 yarn build",
"build": "yarn enforce-redirects && prisma generate && NEXT_TELEMETRY_DISABLED=1 next build",
"vercel:build:developer-docs": "yarn enforce-redirects && git submodule init && git submodule update && NEXT_PUBLIC_DEVELOPER_DOCS=1 NEXT_TELEMETRY_DISABLED=1 yarn build",
"start": "NEXT_TELEMETRY_DISABLED=1 next start",
"dev": "yarn enforce-redirects && concurrently \"yarn sidecar\" \"node ./src/hotReloadWatcher.mjs\" \"next dev\"",
"dev:developer-docs": "yarn enforce-redirects && NEXT_PUBLIC_DEVELOPER_DOCS=1 yarn dev",
"build:developer-docs": "yarn enforce-redirects && git submodule init && git submodule update && NEXT_PUBLIC_DEVELOPER_DOCS=1 yarn build",
"build": "yarn enforce-redirects && prisma generate && next build",
"vercel:build:developer-docs": "yarn enforce-redirects && git submodule init && git submodule update && NEXT_PUBLIC_DEVELOPER_DOCS=1 yarn build",
"start": "next start",
"migrate:dev": "dotenv -e .env.development -- yarn prisma migrate reset",
"lint": "next lint",
"lint:ts": "tsc --skipLibCheck",
Expand Down

0 comments on commit 69c025c

Please sign in to comment.