From 3dbb5f9702b0f170c5dd5855707bfc1e3a6fabbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ra=C4=8D=C3=A1k?= Date: Tue, 14 May 2024 21:07:30 +0200 Subject: [PATCH] Remove leftover runPostUpdateHook --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index e82f5ae9b06..f597f635dc7 100644 --- a/package.json +++ b/package.json @@ -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",