1.1.36 • Published 2 years ago
frontend-hb--web-app v1.1.36
🏘️🟠 Habitaclia Web App
Installation
To install the project depedencies for the first time execute:
npm run installlockThere are several scripts to manage dependencies:
npm run phoenix: Remove thenode_modulesfolder andpackage-lock.json, and perform a clean installation.npm run installlock: Install dependencies based on thepackage-lock.jsonfile. It could write topackage-lock.json.npm run ci: Install dependencies from thepackage-lock.jsonfile. Meant to be used in automated environments such as CI. It will never write topackage-lock.json.npm run updatelock: Updatepackage-lock.jsonwith the latest versions ofpackage.jsondependencies. It does not install dependencies.npm run fixlock: Fixpackage-lock.jsonissues. This is useful after merges. It does not install dependencies.
1.1.36
2 years ago