Skip to content

Commit

Permalink
fix: runProjectLifecycleScript OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
tianding.wk committed May 11, 2023
1 parent 814244c commit e451d73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cli/lib/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ exports.Scripts = class Scripts {
}

// root project
await this.runLifecycleScripts(cwd, pkg);
await this.runProjectLifecycleScript(cwd, pkg);
}

async runProjectLifecycleScript(cwd, pkg) {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cnpmjs/rapid",
"version": "0.0.4",
"version": "0.0.5",
"description": "The rapid npm installed cli built with Nydus",
"main": "lib/index.js",
"bin": {
Expand Down Expand Up @@ -43,4 +43,4 @@
"npm"
],
"author": "gemwuu <[email protected]> (https://github.com/gemwuu)"
}
}

0 comments on commit e451d73

Please sign in to comment.