We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e2942 commit ce7a27aCopy full SHA for ce7a27a
package.json
@@ -5,13 +5,13 @@
5
"private": true,
6
"packageManager": "[email protected]",
7
"scripts": {
8
- "prebuild": "tsx src/get-github-info.ts",
9
"build": "next build && next-image-export-optimizer",
10
"dev": "next",
11
"format": "pnpm format:check --write",
12
"format:check": "prettier --cache --check .",
13
"lint": "eslint --ignore-path .gitignore .",
14
"postbuild": "next-sitemap",
+ "prebuild": "tsx src/get-github-info.ts",
15
"start": "next start",
16
"test": "echo \"no tests\" && exit 1"
17
},
0 commit comments