Skip to content

Commit

Permalink
oops, took out a kind of important command.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjesski committed Nov 14, 2024
1 parent 299e672 commit 8d33f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dev": "npx dotenv-run-script compile-games-from-csv && npm run cache-posts && npm run lint && next dev",
"build": "npm run cache-posts && next build",
"lint": "npx eslint \"./src/\" --fix",
"start": "next start",
"build-types": "tsc --noEmit --pretty",
"prepare": "husky install",
"cache-posts": "npx ts-node --skip-project ./src/scripts/PostCache.ts",
Expand Down

0 comments on commit 8d33f64

Please sign in to comment.