diff --git a/plugins/auth-backend/package.json b/plugins/auth-backend/package.json index 99998dc6ba..c043bb990c 100644 --- a/plugins/auth-backend/package.json +++ b/plugins/auth-backend/package.json @@ -2,6 +2,7 @@ "name": "@backstage/plugin-auth-backend", "version": "0.1.1-alpha.5", "main": "dist", + "types": "src/index.ts", "license": "Apache-2.0", "private": true, "scripts": { @@ -9,6 +10,8 @@ "build": "tsc", "lint": "backstage-cli lint", "test": "backstage-cli test", + "prepack": "backstage-cli prepack", + "postpack": "backstage-cli postpack", "clean": "backstage-cli clean" }, "dependencies": { diff --git a/plugins/catalog-backend/package.json b/plugins/catalog-backend/package.json index 629f4c6d18..fcf15e03af 100644 --- a/plugins/catalog-backend/package.json +++ b/plugins/catalog-backend/package.json @@ -2,6 +2,7 @@ "name": "@backstage/plugin-catalog-backend", "version": "0.1.1-alpha.5", "main": "dist", + "types": "src/index.ts", "license": "Apache-2.0", "private": true, "scripts": { @@ -9,6 +10,8 @@ "build": "tsc", "lint": "backstage-cli lint", "test": "backstage-cli test", + "prepack": "backstage-cli prepack", + "postpack": "backstage-cli postpack", "clean": "backstage-cli clean" }, "dependencies": {