diff --git a/ghost/parse-email-address/package.json b/ghost/parse-email-address/package.json index 6efba7d12be..e15c0075199 100644 --- a/ghost/parse-email-address/package.json +++ b/ghost/parse-email-address/package.json @@ -18,6 +18,7 @@ "dev": "tsc --watch --preserveWatchOutput --sourceMap", "build": "pnpm build:tsc", "build:tsc": "tsc", + "prepare": "pnpm build", "test:unit": "NODE_ENV=testing vitest run --coverage", "test": "pnpm test:types && pnpm test:unit", "test:types": "tsc --noEmit", diff --git a/package.json b/package.json index 8c62900d2b8..b923cb7c981 100644 --- a/package.json +++ b/package.json @@ -150,8 +150,7 @@ "@tryghost/signup-form", "@tryghost/sodo-search", "@tryghost/announcement-bar", - "@tryghost/admin-toolbar", - "@tryghost/parse-email-address" + "@tryghost/admin-toolbar" ] } ]