Skip to content

Commit

Permalink
Add shebang to run.js (#528)
Browse files Browse the repository at this point in the history
Fixes running the hooks through Yarn (which doesn't call husky-run as a
script).
  • Loading branch information
AluisioASG authored and typicode committed Jul 24, 2019
1 parent 5bcf721 commit b7c2705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.js
@@ -1,3 +1,4 @@
#!/usr/bin/env node
/* eslint-disable @typescript-eslint/no-var-requires */
const pleaseUpgradeNode = require('please-upgrade-node')
const pkg = require('./package.json')
Expand Down

0 comments on commit b7c2705

Please sign in to comment.