1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

Making sure images are built for staging push.

This commit is contained in:
mike12345567 2021-06-07 17:35:23 +01:00
parent dd1b3c25ac
commit 482dd8f63f

View file

@ -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 -"
}
}