Skip to content

Commit ce7a27a

Browse files
authored
fix prettier (graphql#1759)
1 parent 45e2942 commit ce7a27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"private": true,
66
"packageManager": "[email protected]",
77
"scripts": {
8-
"prebuild": "tsx src/get-github-info.ts",
98
"build": "next build && next-image-export-optimizer",
109
"dev": "next",
1110
"format": "pnpm format:check --write",
1211
"format:check": "prettier --cache --check .",
1312
"lint": "eslint --ignore-path .gitignore .",
1413
"postbuild": "next-sitemap",
14+
"prebuild": "tsx src/get-github-info.ts",
1515
"start": "next start",
1616
"test": "echo \"no tests\" && exit 1"
1717
},

0 commit comments

Comments
 (0)