Replace npm install with npm ci on CircleCI (#1344)

This commit is contained in:
Juho Nurminen
2020-07-10 17:39:23 +03:00
committed by GitHub
parent 555b359f2d
commit af509dc1ee
2 changed files with 4 additions and 4 deletions

View File

@@ -244,8 +244,8 @@ function Run-BuildChangelog {
}
function Run-BuildElectron {
Print-Info "Installing nodejs/electron dependencies (running npm install)..."
npm install
Print-Info "Installing nodejs/electron dependencies (running npm ci)..."
npm ci
#npm install --prefix="$(Get-RootDir)" "$(Get-RootDir)"
Print-Info "Building nodejs/electron code (running npm run build)..."
npm run build