Skip to content

Commit

Permalink
DO-1530: remove prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
gowrizrh committed Oct 17, 2023
1 parent ba25063 commit c2b0ce9
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 22 deletions.
3 changes: 1 addition & 2 deletions packages/basic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion packages/cloudfront-security-headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions packages/geoip-redirect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions packages/graphql-mesh-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion packages/lambda-at-edge-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "index.js",
"scripts": {
"build": "tsc",
"prepublish": "tsc",
"watch": "tsc -w",
"test": "echo \"No test specified\" && exit 0"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/prerender-fargate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions packages/prerender-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions packages/rabbitmq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
},
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "tsc"
"build": "tsc"
},
"devDependencies": {
"@types/jest": "^29.5.5",
Expand Down
3 changes: 1 addition & 2 deletions packages/shared-vpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"version": "2.0.0",
"main": "index.js",
"scripts": {
"build": "tsc",
"prepublish": "tsc"
"build": "tsc"
},
"devDependencies": {
"@types/jest": "^29.5.5",
Expand Down
3 changes: 1 addition & 2 deletions packages/static-hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
},
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "tsc"
"build": "tsc"
},
"devDependencies": {
"@types/jest": "^29.5.5",
Expand Down
3 changes: 1 addition & 2 deletions packages/waf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
},
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "tsc"
"build": "tsc"
},
"devDependencies": {
"@types/jest": "^29.5.5",
Expand Down

0 comments on commit c2b0ce9

Please sign in to comment.