We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In your Getting started section, the following needs to be added to make the docs complete:
Getting started
npm ci
You could also use npm install here, but npm ci will not update packages and re-write your lock file.
npm install
Equally, you could add a shell script (or Powershell script for Windows users?) to do this for dev's, for example:
#!/bin/sh npm run ci npm run dev
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In your
Getting started
section, the following needs to be added to make the docs complete:You could also use
npm install
here, butnpm ci
will not update packages and re-write your lock file.Equally, you could add a shell script (or Powershell script for Windows users?) to do this for dev's, for example:
#!/bin/sh npm run ci npm run dev
The text was updated successfully, but these errors were encountered: