diff --git a/deploy-cloud/dist/index.js b/deploy-cloud/dist/index.js index 474e956..913ab2e 100644 --- a/deploy-cloud/dist/index.js +++ b/deploy-cloud/dist/index.js @@ -5278,6 +5278,7 @@ const entry = () => __awaiter(void 0, void 0, void 0, function* () { }), core.debug, sourcePath); const commandExecutor = createExecutor(sourcePath); commandExecutor(`yarn install`); + commandExecutor(`yarn build-assets`); commandExecutor(`yarn -s admin-cli stage-resources install --stage=${stage}`); commandExecutor(`yarn -s admin-cli version-resources install --stage=${stage} --version=${version}`); const apiUrl = commandExecutor(`yarn -s admin-cli get-api-url --stage=${stage}`, 'pipe')