We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bddbe7 commit de9287eCopy full SHA for de9287e
README.md
@@ -6,9 +6,10 @@
6
npm install minidump
7
```
8
9
-## Building
+## Building (for development)
10
11
-* `git clone --recurse-submodules https://github.com/electron/node-minidump`
+* `git clone https://github.com/electron/node-minidump`
12
+* `npm run submodule`
13
* `npm install`
14
15
## Docs
package.json
@@ -20,7 +20,7 @@
20
"test": "mocha test && standard",
21
"build": "node build.js",
22
"submodule": "git submodule update --recursive --init",
23
- "prepare": "npm run submodule && npm run build",
+ "prepublishOnly": "npm run submodule && npm run build",
24
"postinstall": "npm run build"
25
},
26
"devDependencies": {
0 commit comments