Skip to content

Commit

Permalink
Fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Jul 19, 2022
1 parent 9aa5d0b commit efb8518
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 4 additions & 1 deletion packages/prerender-fargate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 1 addition & 5 deletions packages/prerender-fargate/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
}
"extends": "../../tsconfig.json"
}

0 comments on commit efb8518

Please sign in to comment.