diff --git a/package.json b/package.json index 00dbbb9..e2faf2e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dev": "next dev", "start": "next start", "lint": "next lint", - "build": "next build && node generate-changelog.js && node update-readme.js" + "build": "next build && node generate-changelog.js && node update-readme.js", "lint:check": "eslint --config .eslintrc.json .", "lint:fix": "eslint --config .eslintrc.json . --fix", "format:check": "prettier --check \"**/*.{ts,tsx,json}\"",