Skip to content

Commit

Permalink
fix: update deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiss committed Sep 10, 2024
1 parent 5a165fe commit 40fb83a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@ark-project/core": "workspace:*",
"@ark-project/eslint-config": "workspace:*",
"@ark-project/typescript-config": "workspace:*",
"@types/node": "^20.10.7",
Expand Down
11 changes: 8 additions & 3 deletions packages/deployer/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"declarationDir": "./dist",
"sourceMap": true
},
"include": ["**/*.ts"],
"exclude": ["node_modules", "scripts"]
}
"include": [
"**/*.ts"
],
"exclude": [
"node_modules",
"scripts"
]
}

0 comments on commit 40fb83a

Please sign in to comment.