Skip to content

Commit

Permalink
Add pretest script to download binaries before running test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedidomizio committed Oct 20, 2023
1 parent 7407c14 commit 9791f3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"packages/ffprobe-static"
],
"scripts": {
"pretest": "cd ./packages/ffmpeg-static && npm install & cd ./packages/ffprobe-static && npm install",
"test": "node test.js",
"lint": "eslint .",
"build": "./build-packages.js",
Expand Down

0 comments on commit 9791f3e

Please sign in to comment.