Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Apr 6, 2019
1 parent e392cbc commit c3f69e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal/e2e/packages/npm1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"jasmine": "2.8.0"
},
"scripts": {
"postinstall": "node ./postinstall.js",
"postinstall": "node ../postinstall.js",
"pretest": "bazel run @nodejs//:yarn",
"test": "bazel test //..."
}
Expand Down
2 changes: 1 addition & 1 deletion internal/e2e/packages/npm2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"jasmine": "2.8.0"
},
"scripts": {
"postinstall": "node ./postinstall.js",
"postinstall": "node ../postinstall.js",
"pretest": "bazel run @nodejs//:yarn",
"test": "bazel test //..."
}
Expand Down
2 changes: 1 addition & 1 deletion internal/e2e/packages/yarn1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"jasmine": "2.8.0"
},
"scripts": {
"postinstall": "node ./postinstall.js",
"postinstall": "node ../postinstall.js",
"pretest": "bazel run @nodejs//:yarn",
"test": "bazel test //..."
}
Expand Down
2 changes: 1 addition & 1 deletion internal/e2e/packages/yarn2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"jasmine": "2.8.0"
},
"scripts": {
"postinstall": "node ./postinstall.js",
"postinstall": "node ../postinstall.js",
"pretest": "bazel run @nodejs//:yarn",
"test": "bazel test //..."
}
Expand Down

0 comments on commit c3f69e3

Please sign in to comment.