mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
shebang
This commit is contained in:
parent
c0973940de
commit
bda350dc73
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
var exec = require('child_process').exec;
|
||||
|
||||
// Makes sure the babel executable in the path is babel 6 (or greater), not
|
||||
|
|
Loading…
Reference in a new issue