Experience-Monks / nextjs-boilerplate

Jam3 NextJS Generator for SPA, SSG, SSR and JAMStack applications
https://generator.jam3.net/
MIT License
107 stars 18 forks source link

fix: add no-save to npm install #322

Closed njam3 closed 3 months ago

njam3 commented 4 months ago

We noticed that the cache created by the package-lock.json was never being used as the npm set-script commands alter the pacakge.json and the package-lock.json creating a different checksum. Adding the --no-save flag ensures it does not create a new package-lock.json

Jira Ticket ID:

What kind of change does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

Did you test your solution?

Problem Description

Solution Description

Side Effects, Risks, Impact

Aditional comments:

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud