11 lines
246 B
Makefile
11 lines
246 B
Makefile
_default:
|
|
just --list
|
|
|
|
export-config:
|
|
drush config:export --destination=`pwd`/config/sync --yes
|
|
|
|
generate-static:
|
|
drush tome:static --uri https://www.oliverdavies.uk
|
|
|
|
install-drupal:
|
|
drush si --db-url=sqlite://localhost/db.sqlite
|