diff --git a/packages/basic-auth/package.json b/packages/basic-auth/package.json index 37b793a2..a04a5708 100644 --- a/packages/basic-auth/package.json +++ b/packages/basic-auth/package.json @@ -4,8 +4,7 @@ "description": "A Cloudfront Lambda@Edge stack for performing basic auth protection", "main": "index.js", "scripts": { - "build": "tsc && cd ./lib/handlers && npm ci", - "prepublish": "tsc && cd ./lib/handlers && npm ci" + "build": "tsc && cd ./lib/handlers && npm ci" }, "repository": { "type": "git", diff --git a/packages/cloudfront-security-headers/package.json b/packages/cloudfront-security-headers/package.json index 28e7e043..5b866b0b 100644 --- a/packages/cloudfront-security-headers/package.json +++ b/packages/cloudfront-security-headers/package.json @@ -6,7 +6,6 @@ "types": "lib/index.d.ts", "scripts": { "build": "tsc && cd ./lib/handlers && npm ci", - "prepublish": "tsc && cd ./lib/handlers && npm ci", "watch": "tsc -w", "test": "jest" }, diff --git a/packages/esbuild/package.json b/packages/esbuild/package.json index 913393a4..889265d2 100644 --- a/packages/esbuild/package.json +++ b/packages/esbuild/package.json @@ -5,8 +5,7 @@ "main": "index.js", "license": "GPL-3.0-only", "scripts": { - "build": "tsc", - "prepublish": "tsc" + "build": "tsc" }, "devDependencies": { "@types/jest": "^29.5.5", diff --git a/packages/geoip-redirect/package.json b/packages/geoip-redirect/package.json index 7f660354..004b873d 100644 --- a/packages/geoip-redirect/package.json +++ b/packages/geoip-redirect/package.json @@ -4,8 +4,7 @@ "description": "A Cloudfront Lambda@Edge stack for performing redirection based on CloudFront-Viewer-Country", "main": "index.js", "scripts": { - "build": "tsc && cd ./lib/handlers && npm ci", - "prepublish": "tsc && cd ./lib/handlers && npm ci" + "build": "tsc && cd ./lib/handlers && npm ci" }, "repository": { "type": "git", diff --git a/packages/graphql-mesh-server/package.json b/packages/graphql-mesh-server/package.json index df512e91..2377029c 100644 --- a/packages/graphql-mesh-server/package.json +++ b/packages/graphql-mesh-server/package.json @@ -4,8 +4,7 @@ "description": "A construct to host Graphql Mesh in Fargate", "main": "index.js", "scripts": { - "build": "tsc", - "prepublish": "tsc" + "build": "tsc" }, "repository": { "type": "git", diff --git a/packages/lambda-at-edge-handlers/package.json b/packages/lambda-at-edge-handlers/package.json index aba08db8..087c22d1 100644 --- a/packages/lambda-at-edge-handlers/package.json +++ b/packages/lambda-at-edge-handlers/package.json @@ -5,7 +5,6 @@ "main": "index.js", "scripts": { "build": "tsc", - "prepublish": "tsc", "watch": "tsc -w", "test": "echo \"No test specified\" && exit 0" }, diff --git a/packages/prerender-fargate/package.json b/packages/prerender-fargate/package.json index 64543be1..d3544625 100644 --- a/packages/prerender-fargate/package.json +++ b/packages/prerender-fargate/package.json @@ -4,8 +4,7 @@ "description": "A construct to host Prerender in Fargate", "main": "index.js", "scripts": { - "build": "tsc", - "prepublish": "tsc" + "build": "tsc" }, "repository": { "type": "git", diff --git a/packages/prerender-proxy/package.json b/packages/prerender-proxy/package.json index f14312a6..0990f017 100644 --- a/packages/prerender-proxy/package.json +++ b/packages/prerender-proxy/package.json @@ -4,8 +4,7 @@ "description": "Cloudfront Lambda@Edge constructs for integrating with prerender.io", "main": "index.js", "scripts": { - "build": "tsc", - "prepublish": "tsc" + "build": "tsc" }, "repository": { "type": "git", diff --git a/packages/rabbitmq/package.json b/packages/rabbitmq/package.json index 0b47cdd5..66b4772d 100644 --- a/packages/rabbitmq/package.json +++ b/packages/rabbitmq/package.json @@ -10,8 +10,7 @@ }, "types": "index.d.ts", "scripts": { - "build": "tsc", - "prepublish": "tsc" + "build": "tsc" }, "devDependencies": { "@types/jest": "^29.5.5", diff --git a/packages/shared-vpc/package.json b/packages/shared-vpc/package.json index 36738100..41279b9d 100644 --- a/packages/shared-vpc/package.json +++ b/packages/shared-vpc/package.json @@ -3,8 +3,7 @@ "version": "2.0.0", "main": "index.js", "scripts": { - "build": "tsc", - "prepublish": "tsc" + "build": "tsc" }, "devDependencies": { "@types/jest": "^29.5.5", diff --git a/packages/static-hosting/package.json b/packages/static-hosting/package.json index 7e4f67d5..bcef5366 100644 --- a/packages/static-hosting/package.json +++ b/packages/static-hosting/package.json @@ -10,8 +10,7 @@ }, "types": "index.d.ts", "scripts": { - "build": "tsc", - "prepublish": "tsc" + "build": "tsc" }, "devDependencies": { "@types/jest": "^29.5.5", diff --git a/packages/waf/package.json b/packages/waf/package.json index fe511827..4ab8df1f 100644 --- a/packages/waf/package.json +++ b/packages/waf/package.json @@ -10,8 +10,7 @@ }, "types": "index.d.ts", "scripts": { - "build": "tsc", - "prepublish": "tsc" + "build": "tsc" }, "devDependencies": { "@types/jest": "^29.5.5",