Skip to content

Commit c7ab644

Browse files
committed
fix: change prepare to prepublishOnly + update readme
1 parent 8bddbe7 commit c7ab644

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
npm install minidump
77
```
88

9-
## Building
9+
## Building (for development)
1010

1111
* `git clone --recurse-submodules https://github.com/electron/node-minidump`
1212
* `npm install`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test": "mocha test && standard",
2121
"build": "node build.js",
2222
"submodule": "git submodule update --recursive --init",
23-
"prepare": "npm run submodule && npm run build",
23+
"prepublishOnly": "npm run submodule && npm run build",
2424
"postinstall": "npm run build"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)