Skip to content

Commit

Permalink
fix: remove needless npm install (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Apr 5, 2021
1 parent dfcdebf commit 6f268a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
});

Expand Down
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
});

Expand Down

0 comments on commit 6f268a5

Please sign in to comment.