mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix typo that broke npm shrinkwrap
This commit is contained in:
committed by
David Glasser
parent
b4353f653c
commit
84baa67186
1
packages/audit-argument-checks/.gitignore
vendored
Normal file
1
packages/audit-argument-checks/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.build*
|
||||
@@ -462,7 +462,7 @@ _.extend(exports, {
|
||||
this._execFileSync(path.join(files.get_dev_bundle(), "bin", "npm"),
|
||||
["shrinkwrap"], {cwd: dir});
|
||||
|
||||
if (! result.sucess) {
|
||||
if (! result.success) {
|
||||
console.log(result.stderr);
|
||||
buildmessage.error("couldn't run `npm shrinkwrap`");
|
||||
// Recover by returning false from updateDependencies
|
||||
|
||||
Reference in New Issue
Block a user