diff --git a/package.json b/package.json index 2df818c..1aeea1a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "test:node": "mocha --exit --bail -t 60000", "test:node:core:mt": "npm run test:node -- --require tests/test-helper-mt.js tests/ffmpeg-core.test.js", "test:node:core:st": "npm run test:node -- --require tests/test-helper-st.js tests/ffmpeg-core.test.js", - "prepublishOnly": "npm run build" + "prepublishOnly": "npm run build", + "postinstall": "npm run build" }, "workspaces": [ "packages/*",