From 45c0b57a5f512924d82f252d3c04fcf648b95137 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Tue, 6 Apr 2021 03:35:46 +0900 Subject: [PATCH] fix: remove needless `npm install` --- dist/index.js | 1 - lib/index.js | 1 - 2 files changed, 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 178d9884..12d3b2bb 100644 --- a/dist/index.js +++ b/dist/index.js @@ -7425,7 +7425,6 @@ async function run() { ); await core.group("Install user packages", async () => { - await exec("npm", npmArgs("install", "--package-lock-only")); await exec("npm", npmArgs("ci")); }); diff --git a/lib/index.js b/lib/index.js index 96111fef..5a3e58ee 100644 --- a/lib/index.js +++ b/lib/index.js @@ -44,7 +44,6 @@ async function run() { ); await core.group("Install user packages", async () => { - await exec("npm", npmArgs("install", "--package-lock-only")); await exec("npm", npmArgs("ci")); });