Skip to content

Commit

Permalink
fix: add files from assets
Browse files Browse the repository at this point in the history
  • Loading branch information
laurci committed Sep 5, 2021
1 parent 49969b1 commit 69397d4
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", "*.ts", "**/*.js", "**/*.json", "**/*.ts"],
files: ["*.js", "*.ts", "*.hbs", "**/*.js", "**/*.json", "**/*.ts", "**/*.hbs"],
bin: {
kubernate: "./cli/bin.js",
},
Expand Down

0 comments on commit 69397d4

Please sign in to comment.