Skip to content

Commit

Permalink
ci: add config schemas to package when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
laurci committed Aug 31, 2021
1 parent e683945 commit 5d4ab58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const preparePackage = (input: any) => {
types: "index.d.ts",
devDependencies: undefined,
scripts: undefined,
files: ["*.js", "*.d.ts", "**/*.js", "**/*.d.ts"],
files: ["*.js", "*.d.ts", "**/*.js", "**/*.json", "**/*.d.ts"],
bin: {
kubernate: "./cli/bin.js",
},
Expand Down

0 comments on commit 5d4ab58

Please sign in to comment.