Skip to content

Commit

Permalink
Reproducible installs with npm
Browse files Browse the repository at this point in the history
Use `npm ci` to install packages. This obeys package-lock.json.

https://docs.npmjs.com/cli/v9/commands/npm-ci
  • Loading branch information
tswfi committed Mar 30, 2023
1 parent e1429f3 commit b1b89c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Same as the PrestaShop project, you need at least **NodeJS 14.x** and **NPM 7**

First you need to install every node module:

`npm i`
`npm ci`

then create a `.env` file inside the *webpack* folder by copying `webpack/.env-example` and complete it with your environment's informations. Please use a free tcp port.

Expand All @@ -39,6 +39,6 @@ When develop is merged into master, the Storybook is delivered almost instantly

## License

This theme is released under the [Academic Free License 3.0][AFL-3.0]
This theme is released under the [Academic Free License 3.0][AFL-3.0]

[AFL-3.0]: https://opensource.org/licenses/AFL-3.0

0 comments on commit b1b89c6

Please sign in to comment.