We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d032de commit 005608bCopy full SHA for 005608b
1 file changed
cli.js
@@ -2,7 +2,7 @@
2
3
const { exec } = require('shelljs')
4
5
-exec('npm start', {
+exec('npm start -- ' + process.argv.join(' '), {
6
async: true,
7
cwd: __dirname
8
})
0 commit comments