Skip to content

Commit 6552f98

Browse files
committed
Fix cli when installed from npm
1 parent 9cc3b7b commit 6552f98

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cli.js

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
const { exec } = require('shelljs')
24

35
exec('npm start')

0 commit comments

Comments
 (0)