There was an error while loading. Please reload this page.
1 parent e9a538f commit 91aedc8Copy full SHA for 91aedc8
README.md
@@ -44,13 +44,13 @@ Next, run
44
In this example, it will create `test/multidep` and install broccoli 0.16.3
45
and broccoli 1.0.0 somewhere inside the `test/multidep` directory.
46
47
-To run `multidep` automatically after `npm install`, add it as a "postinstall"
+To run `multidep` automatically after `npm install`, add it as a "pretest"
48
hook to your `package.json`:
49
50
```json
51
{
52
"scripts": {
53
- "postinstall": "multidep test/multidep.json",
+ "pretest": "multidep test/multidep.json",
54
"test": "..."
55
}
56
0 commit comments