Skip to content

Commit

Permalink
build and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonmatt committed Jan 14, 2025
1 parent 67fbf6a commit ce0e317
Show file tree
Hide file tree
Showing 3 changed files with 2,644 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.gen
dist/
dist/
node_modules/
5 changes: 4 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@cndi/cdktf",
"version": "0.3.0",
"node_version": "20",
"tasks": {
"build": "npx -y cdktf-cli get && rm -rf dist && mv ./.gen/ ./dist"
},
Expand All @@ -19,8 +20,10 @@
"publish": {
"exclude": ["!dist/modules/*.ts"]
},
"nodeModulesDir": "auto",
"imports": {
"cdktf": "npm:[email protected]",
"cdktf": "npm:[email protected]",
"cdktf-cli": "npm:cdktf-cli@^0.20.11",
"constructs": "npm:[email protected]"
}
}
Loading

0 comments on commit ce0e317

Please sign in to comment.