Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
HamburgJ committed Feb 2, 2025
2 parents c6281e2 + d48f022 commit 455eaed
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 171 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,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 @@ -50,8 +52,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"ts-node": "^10.9.2"
}
}
Loading

0 comments on commit 455eaed

Please sign in to comment.