We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bddbe7 commit c7ab644Copy full SHA for c7ab644
README.md
@@ -6,7 +6,7 @@
6
npm install minidump
7
```
8
9
-## Building
+## Building (for development)
10
11
* `git clone --recurse-submodules https://github.com/electron/node-minidump`
12
* `npm install`
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