Skip to content

Commit 4cea535

Browse files
authored
Merge pull request #1860 from recodehive/copilot/fix-latest-production-build-issue
fix: resolve production build failure (invalid JSON + missing .nvmrc)
2 parents fb41083 + 7e51368 commit 4cea535

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@types/react": "^19.1.9",
8282
"@types/react-dom": "^19.1.7",
8383
"@typescript-eslint/eslint-plugin": "^8.60.1",
84-
"@typescript-eslint/parser": "^8.60.1"
84+
"@typescript-eslint/parser": "^8.60.1",
8585
"autoprefixer": "^10.5.0",
8686
"eslint": "^10.4.1",
8787
"eslint-plugin-react": "^7.37.5",

0 commit comments

Comments
 (0)