Skip to content

Commit

Permalink
Ensure install script is included in the package (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamawhite authored May 25, 2023
1 parent d705503 commit 0070bda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"allowJs": true,
"outDir": "dist",
"target": "es2016",
"module": "commonjs",
Expand All @@ -13,7 +14,7 @@
"strict": true,
"resolveJsonModule": true
},
"include": ["package.json"],
"include": ["package.json", "sdk/scripts/install-pulumi-plugin.js"],
"files": [
"index.ts",
"sdk/httpHealth.ts",
Expand Down

0 comments on commit 0070bda

Please sign in to comment.