Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix the argument passing in npm script #966

Merged
merged 1 commit into from Dec 7, 2021

Conversation

lulzneko
Copy link
Contributor

@lulzneko lulzneko commented Dec 7, 2021

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 Haroenv merged commit abae7f2 into algolia:main Dec 7, 2021
@Haroenv
Copy link
Contributor

Haroenv commented Dec 7, 2021

thanks!

@lulzneko lulzneko deleted the docs/fix-npm-script-args branch December 9, 2021 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants