Skip to content

Commit 005608b

Browse files
committed
Pass all options passed to micro-analytics command onwards to micro
1 parent 1d032de commit 005608b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const { exec } = require('shelljs')
44

5-
exec('npm start', {
5+
exec('npm start -- ' + process.argv.join(' '), {
66
async: true,
77
cwd: __dirname
88
})

0 commit comments

Comments
 (0)