improve locking naming

pull/524/head
Frostebite 2023-03-20 03:37:05 +00:00
parent 1efefcdcac
commit f52501175b
3 changed files with 3 additions and 3 deletions

2
dist/index.js generated vendored
View File

@ -5780,7 +5780,7 @@ class BuildAutomationWorkflow {
const buildHooks = cloud_runner_custom_hooks_1.CloudRunnerCustomHooks.getHooks(cloud_runner_1.default.buildParameters.commandHooks).filter((x) => x.step?.includes(`build`));
const builderPath = cloud_runner_folders_1.CloudRunnerFolders.ToLinuxFolder(node_path_1.default.join(cloud_runner_folders_1.CloudRunnerFolders.builderPathAbsolute, 'dist', `index.js`));
return `apt-get update > /dev/null
apt-get install -y curl tar tree npm git-lfs jq git base64 > /dev/null
apt-get install -y curl tar tree npm git-lfs jq git > /dev/null
npm i -g n > /dev/null
n 16.15.1 > /dev/null
npm --version

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -60,7 +60,7 @@ export class BuildAutomationWorkflow implements WorkflowInterface {
);
return `apt-get update > /dev/null
apt-get install -y curl tar tree npm git-lfs jq git base64 > /dev/null
apt-get install -y curl tar tree npm git-lfs jq git > /dev/null
npm i -g n > /dev/null
n 16.15.1 > /dev/null
npm --version