Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / console-core / dist / chain / build-install.yml
diff --git a/vendor/drupal/console-core/dist/chain/build-install.yml b/vendor/drupal/console-core/dist/chain/build-install.yml
new file mode 100644 (file)
index 0000000..162cee7
--- /dev/null
@@ -0,0 +1,13 @@
+command:
+  name: build:install
+  description: 'Build site by installing and importing configuration'
+commands:
+  # Install site
+  - command: site:install
+    options:
+      force: true
+      no-interaction: true
+    arguments:
+      profile: standard
+  # Import configuration
+  - command: build