diff --git a/packages/prerender-fargate/package.json b/packages/prerender-fargate/package.json index 5638fd7a..b99a0c12 100644 --- a/packages/prerender-fargate/package.json +++ b/packages/prerender-fargate/package.json @@ -3,7 +3,10 @@ "version": "0.0.1", "description": "A construct to host Prerender in Fargate", "main": "index.js", - "private": true, + "scripts": { + "build": "tsc", + "prepublish": "tsc" + }, "repository": { "type": "git", "url": "git+https://github.com/aligent/cdk-constructs.git" diff --git a/packages/prerender-fargate/tsconfig.json b/packages/prerender-fargate/tsconfig.json index 42bf31da..4082f16a 100644 --- a/packages/prerender-fargate/tsconfig.json +++ b/packages/prerender-fargate/tsconfig.json @@ -1,7 +1,3 @@ { - "extends": "../../tsconfig.json", - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - } + "extends": "../../tsconfig.json" }