We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086865c commit af8b3e4Copy full SHA for af8b3e4
dist/chain/build-install.yml
@@ -0,0 +1,13 @@
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
dist/chain/build.yml
@@ -0,0 +1,10 @@
+ name: build
+ description: 'Build site'
+ - command: config:import
+ # Rebuild caches.
+ - command: cache:rebuild
+ cache: all
0 commit comments