More updates to stop using dev or alpha or beta versions.
[yaffs-website] / vendor / drupal / console-core / dist / chain / build-install.yml
1 command:
2   name: build:install
3   description: 'Build site by installing and importing configuration'
4 commands:
5   # Install site
6   - command: site:install
7     options:
8       force: true
9       no-interaction: true
10     arguments:
11       profile: standard
12   # Import configuration
13   - command: build