diff --git a/package.json b/package.json index fe01bebe12..c3202c647e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ ] }, "scripts": { - "postinstall": "node patches/apply-patches.js", + "postinstall": "node patches/apply-patches.js && npm dd", "prebuild": "rimraf build/ build-bin/", "pretarball": "ts-node --transpile-only ../../automation/run.ts sign:binaries", "build": "npm run build:src && npm run catch-uncommitted",