Skip to content

Commit

Permalink
Update package.json to fix build process
Browse files Browse the repository at this point in the history
  • Loading branch information
HamburgJ committed Feb 1, 2025
1 parent 63cf733 commit 4154876
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@
"redux-persist": "^6.0.0",
"typescript": "^4.9.5",
"uuid": "^11.0.5",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"ts-node": "^10.9.2"
},
"scripts": {
"start": "set PORT=3010 && react-scripts start",
"build": "npm run generate-game-data && react-scripts build",
"build": "react-scripts build",
"eject": "react-scripts eject",
"generate-game-data": "node scripts/generateGameData.js"
"generate-game-data": "node scripts/generateGameData.js",
"postinstall": "npm run generate-game-data"
},
"eslintConfig": {
"extends": [
Expand All @@ -49,8 +51,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"ts-node": "^10.9.2"
}
}

0 comments on commit 4154876

Please sign in to comment.