We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc3b7b commit 6552f98Copy full SHA for 6552f98
1 file changed
cli.js
100644
100755
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env node
2
+
3
const { exec } = require('shelljs')
4
5
exec('npm start')
0 commit comments