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 9aa4e47 commit 522741dCopy full SHA for 522741d
content/guide/hooks.md
@@ -284,8 +284,8 @@ Add the postinstall and preuninstall scripts:
284
```json
285
{
286
"scripts": {
287
- "postinstall": "node postinstall.js",
288
- "preuninstall": "node preuninstall.js"
+ "postinstall": "node postinstall.mjs",
+ "preuninstall": "node preuninstall.mjs"
289
}
290
291
```
0 commit comments