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 db53550 commit af123de
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", "*.hbs", "*.yaml", "**/*.js", "**/*.json", "**/*.ts", "**/*.hbs", "**/*.yaml"],
files: ["*.js", "*.ts", "*.hbs", "*.yaml", "**/*.js", "**/*.json", "**/*.ts", "**/*.hbs", "**/*.yaml", "**/.empty"],
bin: {
kubernate: "./cli/bin.js",
},
Expand Down

0 comments on commit af123de

Please sign in to comment.