"test:e2e:ci:record":"lerna run cy:ci:record --stream",
"test:e2e:ci:report":"lerna run cy:ci:report",
"test:e2e:ci:notify":"lerna run cy:ci:notify",
"build:specs":"lerna run specs",
"build:docker":"lerna run build:docker && npm run build:docker:proxy:compose && cd hosting/scripts/linux/ && ./release-to-docker-hub.sh $BUDIBASE_RELEASE_VERSION && cd -",