Closed lulzneko closed 2 years ago
The arguments of the npm script should be separated by --.
--
https://docs.npmjs.com/cli/v8/commands/npm-run-script#description
Any positional arguments are passed to the specified script. Use -- to pass --prefixed flags and options which would otherwise be parsed by npm.
thanks!
The arguments of the npm script should be separated by
--
.https://docs.npmjs.com/cli/v8/commands/npm-run-script#description