Skip to content

Commit

Permalink
L'installation des paquets Yarn échoue si le lockfile n'est pas à jour
Browse files Browse the repository at this point in the history
  • Loading branch information
Situphen committed Jun 13, 2021
1 parent 8796c02 commit 396f660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ clean-back: ## Remove Python bytecode files (*.pyc)
## ~ Frontend

install-front: ## Install the Node.js packages for the frontend
yarn install
yarn install --frozen-lockfile

build-front: ## Build the frontend assets (CSS, JS, images)
yarn run build
Expand Down

0 comments on commit 396f660

Please sign in to comment.