Skip to content

Commit

Permalink
Build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
resolve-bot committed Feb 19, 2021
1 parent 8411856 commit dac665f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy-cloud/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit dac665f

Please sign in to comment.