Use a shell script to fix running on older node versions
This commit is contained in:
parent
6571a5daf8
commit
82e18eb286
1 changed files with 3 additions and 2 deletions
5
bin/wtc
5
bin/wtc
|
@ -1,2 +1,3 @@
|
||||||
#!/usr/bin/env node
|
#!/bin/sh
|
||||||
import '../dist/main.js';
|
|
||||||
|
node '../dist/main.js';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue