Skip to content

Commit

Permalink
fix(CLI): remove experimental warnings with Unix compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
prokopsimek committed Oct 24, 2019
1 parent f49f601 commit 545a528
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/run
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env node --no-warnings
#!/bin/sh
":" //# http://sambal.org/?p=1014 ; exec /usr/bin/env node --no-warnings "$0" "$@"
/* eslint-disable @typescript-eslint/no-var-requires, @typescript-eslint/no-require-imports */

const fs = require('fs');
Expand Down

0 comments on commit 545a528

Please sign in to comment.