File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 6
6
"packageManager" :
" [email protected] " ,
7
7
"scripts" : {
8
8
"analyze" : " ANALYZE=true next build" ,
9
- "build" : " pnpm playwright install chromium --only-shell && next build && next-image-export-optimizer" ,
9
+ "build" : " pnpm playwright install-deps && pnpm playwright install chromium --only-shell && next build && next-image-export-optimizer" ,
10
10
"check:links" : " lychee --verbose --no-progress './src/pages/**/*.mdx' --base https://graphql.org" ,
11
11
"dev" : " next" ,
12
12
"format" : " pnpm format:check --write" ,
74
74
"unist-util-visit" : " ^5.0.0" ,
75
75
"use-query-params" : " ^2.2.1"
76
76
},
77
- "optionalDependencies" : {
78
- "playwright" : " ^1.54.2"
79
- },
80
77
"devDependencies" : {
81
78
"@graphql-eslint/eslint-plugin" : " 4.3.0" ,
82
79
"@next/eslint-plugin-next" : " ^15.3.3" ,
96
93
"eslint-plugin-react" : " ^7.37.5" ,
97
94
"eslint-plugin-react-hooks" : " ^5.2.0" ,
98
95
"eslint-plugin-tailwindcss" : " 3.17.5" ,
96
+ "playwright" : " ^1.54.2" ,
99
97
"prettier" : " 3.5.3" ,
100
98
"prettier-plugin-pkg" : " ^0.20.0" ,
101
99
"prettier-plugin-tailwindcss" : " ^0.6.12" ,
You can’t perform that action at this time.
0 commit comments