Skip to content

Commit

Permalink
Remove leftover runPostUpdateHook
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyi committed May 14, 2024
1 parent 9b4d68a commit 3dbb5f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"runDbMigrations": "tsx node_modules/typeorm/cli.js migration:run -d db/dataSource.ts",
"refreshPageviews": "tsx --tsconfig tsconfig.tsx.json db/refreshPageviewsFromDatasette.ts",
"revertLastDbMigration": "tsx node_modules/typeorm/cli.js migration:revert -d db/dataSource.ts",
"runPostUpdateHook": "tsx --tsconfig tsconfig.tsx.json baker/postUpdatedHook.ts",
"startAdminServer": "node --enable-source-maps ./itsJustJavascript/adminSiteServer/app.js",
"startAdminDevServer": "tsx watch --tsconfig tsconfig.tsx.json adminSiteServer/app.tsx",
"startLocalCloudflareFunctions": "wrangler pages dev localBake --compatibility-date 2023-10-09",
Expand Down

0 comments on commit 3dbb5f9

Please sign in to comment.