1111 "url" : " https://github.com/getsentry/sentry-docs/issues"
1212 },
1313 "private" : true ,
14- "workspaces" : [
15- " ./apps/*"
16- ],
1714 "scripts" : {
18- "dev" : " yarn enforce-redirects && concurrently \" yarn sidecar\" \" node ./src/hotReloadWatcher.mjs\" \" next dev\" " ,
19- "dev:developer-docs" : " yarn enforce-redirects && NEXT_PUBLIC_DEVELOPER_DOCS=1 yarn dev" ,
20- "build:developer-docs" : " yarn enforce-redirects && git submodule init && git submodule update && NEXT_PUBLIC_DEVELOPER_DOCS=1 yarn build" ,
21- "build" : " yarn enforce-redirects && next build" ,
22- "vercel:build:developer-docs" : " yarn enforce-redirects && git submodule init && git submodule update && NEXT_PUBLIC_DEVELOPER_DOCS=1 yarn build" ,
15+ "dev" : " pnpm enforce-redirects && concurrently \" pnpm sidecar\" \" node ./src/hotReloadWatcher.mjs\" \" next dev\" " ,
16+ "dev:developer-docs" : " pnpm enforce-redirects && NEXT_PUBLIC_DEVELOPER_DOCS=1 pnpm dev" ,
17+ "build:developer-docs" : " pnpm enforce-redirects && git submodule init && git submodule update && NEXT_PUBLIC_DEVELOPER_DOCS=1 pnpm build" ,
18+ "build" : " pnpm enforce-redirects && next build" ,
19+ "vercel:build:developer-docs" : " pnpm enforce-redirects && git submodule init && git submodule update && NEXT_PUBLIC_DEVELOPER_DOCS=1 pnpm build" ,
2320 "start" : " next start" ,
2421 "lint" : " next lint" ,
2522 "lint:ts" : " tsc --skipLibCheck" ,
2825 "lint:eslint:fix" : " eslint --fix \" {src,app,scripts}/**/*.{ts,tsx,js,jsx}\" " ,
2926 "lint:prettier" : " prettier --check \" ./{src,app,scripts}/**/*.{md,mdx,ts,tsx,js,jsx,mjs}\" " ,
3027 "lint:prettier:fix" : " prettier --write \" ./{src,app,scripts}/**/*.{md,mdx,ts,tsx,js,jsx,mjs}\" " ,
31- "lint:fix" : " yarn run lint:prettier:fix && yarn run lint:eslint:fix" ,
32- "sidecar" : " yarn spotlight-sidecar" ,
28+ "lint:fix" : " pnpm run lint:prettier:fix && pnpm run lint:eslint:fix" ,
29+ "sidecar" : " pnpm spotlight-sidecar" ,
3330 "test" : " vitest" ,
3431 "test:ci" : " vitest run" ,
3532 "enforce-redirects" : " node ./scripts/no-vercel-json-redirects.mjs"
133130 "dompurify" : " 3.2.4" ,
134131 "@types/dompurify" : " 3.0.5"
135132 },
133+ "pnpm" : {
134+ "overrides" : {
135+ "dompurify" : " 3.2.4" ,
136+ "@types/dompurify" : " 3.0.5" ,
137+ "@types/react" :
" npm:[email protected] " ,
138+ "@types/react-dom" :
" npm:[email protected] " 139+ }
140+ },
136141 "volta" : {
137- "node" : " 20.11.0" ,
138- "yarn" : " 1.22.22"
142+ "node" : " 20.11.0"
139143 }
140144}
0 commit comments