Skip to content

Commit 83387bb

Browse files
committed
Add install script - not defaulted because of preinstall script
1 parent 7686011 commit 83387bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"preinstall": "node install_ffmpeg.js",
8+
"install": "node-gyp rebuild",
89
"test": "tape test/*.js",
910
"lint": "eslint **/*.js",
1011
"lint-html": "eslint **/*.js -f html -o ./reports/lint-results.html",

0 commit comments

Comments
 (0)