8 lines
172 B
Makefile
8 lines
172 B
Makefile
_default:
|
|
just --list
|
|
|
|
export-config:
|
|
drush config:export --destination=`pwd`/config/sync --yes
|
|
|
|
install-drupal:
|
|
drush si --db-url=sqlite://localhost/db.sqlite
|