algolia / shipjs

Take control of what is going to be your next release.
https://community.algolia.com/shipjs/
MIT License
765 stars 30 forks source link

docs: fix the argument passing in npm script #966

Closed lulzneko closed 2 years ago

lulzneko commented 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.

Haroenv commented 2 years ago

thanks!