Skip to content

Commit

Permalink
Fixes bugfix/#262-macos-yarn-wrong-line-ending
Browse files Browse the repository at this point in the history
  • Loading branch information
loiclouvet committed Feb 18, 2021
1 parent 63b68dd commit ef12fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/solidarity
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env node

var devMode = require('fs').existsSync(`${__dirname}/../src`)
// used for integration tests
var useCompiled = process.argv.indexOf('--compiled') >= 0
Expand Down

0 comments on commit ef12fcc

Please sign in to comment.