chore(*): use prettier for formatting
This commit is contained in:
parent
6c659fe1d0
commit
ce869012ef
73 changed files with 1393 additions and 794 deletions
|
@ -69,6 +69,9 @@ export $(grep -v '^#' .env | xargs)
|
|||
echo "${COLOR_BLUE}📦 Installing root project dependencies...${COLOR_RESET}"
|
||||
npm install
|
||||
|
||||
echo "${COLOR_BLUE}🐺 Initializing Husky Git hooks...${COLOR_RESET}"
|
||||
npm run prepare
|
||||
|
||||
echo "${COLOR_BLUE}📦 Installing PHP dependencies (composer)...${COLOR_RESET}"
|
||||
composer install
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue