reorder cloud build steps

This commit is contained in:
Shams mosowi
2020-04-27 21:55:03 +08:00
parent b9d604ee0f
commit d87c9a1856
2 changed files with 7 additions and 6 deletions

View File

@@ -3,10 +3,6 @@ steps:
entrypoint: yarn
args: ["install"]
dir: "www"
- name: node:10.15.1
entrypoint: yarn
args: ["build"]
dir: "www"
- name: node:10.15.1
entrypoint: yarn
args:
@@ -16,6 +12,11 @@ steps:
- "${_ALGOLIA_APP_ID}"
- "${_ALGOLIA_APP_KEY}"
dir: "www"
- name: node:10.15.1
entrypoint: yarn
args: ["build"]
dir: "www"
- name: node:10.15.1
entrypoint: yarn
args:

View File

@@ -1,9 +1,9 @@
{
"projects": {
"default": "antler-vc"
"default": "antler-develop"
},
"targets": {
"antler-vc": {
"antler-develop": {
"hosting": {
"firetable": [
"antler-admin"