Skip to content

Commit 1d6bd69

Browse files
committed
Add postinstall script to build assets
1 parent 7791312 commit 1d6bd69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"test:node": "mocha --exit --bail -t 60000",
2020
"test:node:core:mt": "npm run test:node -- --require tests/test-helper-mt.js tests/ffmpeg-core.test.js",
2121
"test:node:core:st": "npm run test:node -- --require tests/test-helper-st.js tests/ffmpeg-core.test.js",
22-
"prepublishOnly": "npm run build"
22+
"prepublishOnly": "npm run build",
23+
"postinstall": "npm run build"
2324
},
2425
"workspaces": [
2526
"packages/*",

0 commit comments

Comments
 (0)