From 482dd8f63f3924b635220503c85b2b0fbe190bed Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Mon, 7 Jun 2021 17:35:23 +0100 Subject: [PATCH] Making sure images are built for staging push. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61c81ecb63..76cd42b7cd 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "test:e2e": "lerna run cy:test", "test:e2e:ci": "lerna run cy:ci", "build:docker": "lerna run build:docker && cd hosting/scripts/linux/ && ./release-to-docker-hub.sh && cd -", - "build:docker:staging": "cd hosting/scripts/linux/ && ./release-to-docker-hub.sh staging && cd -" + "build:docker:staging": "lerna run build:docker && cd hosting/scripts/linux/ && ./release-to-docker-hub.sh staging && cd -" } }