of course i forgot the shebang..

This commit is contained in:
Evert Prants 2020-12-06 20:24:20 +02:00
parent aadf3e442e
commit 3ec1800883
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env node
import child_process from 'child_process';
import fs from 'fs-extra';
import watch from 'node-watch';