Skip to content

Commit

Permalink
Fixes master
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Feb 11, 2020
1 parent bceb690 commit 4e001a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/yarnpkg-builder/sources/commands/build/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default class BuildBundleCommand extends Command {
@Command.Array(`--plugin`)
plugins: Array<string> = [];

@Command.String(`--no-git-hash`)
@Command.Boolean(`--no-git-hash`)
noGitHash: boolean = false;

@Command.Boolean(`--no-minify`)
Expand Down
2 changes: 1 addition & 1 deletion scripts/bin/yarn
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env node

require(`${__dirname}/../packages/yarnpkg-cli/sources/boot-cli-dev.js`);
require(`${__dirname}/../../packages/yarnpkg-cli/sources/boot-cli-dev.js`);

0 comments on commit 4e001a7

Please sign in to comment.