Skip to content

Commit

Permalink
fix(binary): use placeholder to install binary properly
Browse files Browse the repository at this point in the history
affects: @knot/compiler, @knot/cli
  • Loading branch information
effervescentia committed Sep 7, 2019
1 parent 711ca2d commit e363840
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/binaries/compiler/bin/knotc.exe
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// this is a placeholder and will be replaced with a generated file
2 changes: 1 addition & 1 deletion packages/utilities/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ program
const webpackPluginVersion = await latestVersion('@knot/webpack-plugin');

gulp
.src(`${sourceDir}/**`, { dot: true })
.src(`${sourceDir}/**`)
.pipe(
rename(file => {
if (file.basename.startsWith('_')) {
Expand Down

0 comments on commit e363840

Please sign in to comment.