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 7791312 commit 1d6bd69Copy full SHA for 1d6bd69
package.json
@@ -19,7 +19,8 @@
19
"test:node": "mocha --exit --bail -t 60000",
20
"test:node:core:mt": "npm run test:node -- --require tests/test-helper-mt.js tests/ffmpeg-core.test.js",
21
"test:node:core:st": "npm run test:node -- --require tests/test-helper-st.js tests/ffmpeg-core.test.js",
22
- "prepublishOnly": "npm run build"
+ "prepublishOnly": "npm run build",
23
+ "postinstall": "npm run build"
24
},
25
"workspaces": [
26
"packages/*",
0 commit comments