A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/npm/cli/commit/e084987 below:

avoid building environment for empty lifecycle scripts · npm/cli@e084987 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-0

lines changed Original file line number Diff line number Diff line change

@@ -60,6 +60,8 @@ function lifecycle (pkg, stage, wd, unsafe, failOk, cb) {

60 60

delete pkg.scripts.prepublish

61 61

}

62 62 63 +

if (!pkg.scripts[stage]) return cb()

64 + 63 65

validWd(wd || path.resolve(npm.dir, pkg.name), function (er, wd) {

64 66

if (er) return cb(er)

65 67

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4