Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit528aaf2

Browse files
committed
Remove the prune
1 parent6ee780b commit528aaf2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

‎dist/index.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@ function deploy(packageMetadata, settings) {
466466
};
467467
if(settings.install){
468468
console.log(`\n\n# npm installing for${packageMD.name}.`);
469-
exec(`npm prune --production`);
470469
exec(`npm install --production`);
471470
}
472471
console.log(`\n\n# Deploying${packageMD.name}.`);

‎src/runner.ts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ async function deploy(packageMetadata: Set<PackageMetadata>, settings: RunSettin
5454

5555
if(settings.install){
5656
console.log(`\n\n# npm installing for${packageMD.name}.`)
57-
exec(`npm prune --production`)
5857
exec(`npm install --production`)
5958
}
6059

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp