Skip to content

Commit

Permalink
shortcut to update Browserslist: caniuse-lite
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Tournoy <[email protected]>
  • Loading branch information
rtournoy committed Sep 13, 2024
1 parent cc7a7c0 commit 15fe668
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,8 @@ restart-php: ## Restart PHP-FPM Container
$(DOCKER_COMPOSE) restart $(CNTR_NAME_PHP)

merge-pdf-volume: ## merge all pdf from a vid into one pdf
$(DOCKER_COMPOSE) exec -u $(CNTR_APP_USER) -w $(CNTR_APP_DIR) $(CNTR_NAME_PHP) php scripts/mergePdfVol.php --rvcode=$(rvcode) --ignorecache=$(or $(ignorecache),0) --removecache=$(or $(removecache),0)
$(DOCKER_COMPOSE) exec -u $(CNTR_APP_USER) -w $(CNTR_APP_DIR) $(CNTR_NAME_PHP) php scripts/mergePdfVol.php --rvcode=$(rvcode) --ignorecache=$(or $(ignorecache),0) --removecache=$(or $(removecache),0)


can-i-use-update: ## To be launched when Browserslist: caniuse-lite is outdated.
npx update-browserslist-db@latest

0 comments on commit 15fe668

Please sign in to comment.