Fix running on older nodejs versions
The shebang does not work without extension
This commit is contained in:
parent
536aaa01b0
commit
6bbfd25745
5 changed files with 8 additions and 13 deletions
1
Makefile
1
Makefile
|
@ -13,7 +13,6 @@ node_modules:
|
|||
|
||||
build: node_modules
|
||||
npm run build
|
||||
chmod +x dist/wtc
|
||||
|
||||
clean:
|
||||
rm -r dist node_modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue