Skip to content

Commit

Permalink
add bin/dev/install.sh and bin/dev/cs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Apr 22, 2024
1 parent b80534a commit af49fdf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 24 deletions.
14 changes: 0 additions & 14 deletions bin/dev/composer-install.sh

This file was deleted.

10 changes: 0 additions & 10 deletions bin/dev/composer-update.sh

This file was deleted.

7 changes: 7 additions & 0 deletions bin/dev/cs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

. bin/vars.sh

bin/dev/js-all.sh pnpm format
bin/dev/js-all.sh pnpm lint:fix
bin/dev/sf-all.sh composer cs
8 changes: 8 additions & 0 deletions bin/dev/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

. bin/vars.sh

bin/dev/app-all.sh pnpm install
bin/dev/sf-all.sh composer install

(cd databox/api && bin/console fos:elastica:populate)

0 comments on commit af49fdf

Please sign in to comment.