Skip to content

Commit 5a01ac6

Browse files
add pretest script to download binaries before running test
Co-Authored-By: Jannis R <[email protected]>
1 parent 692ecfa commit 5a01ac6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"packages/ffprobe-static"
99
],
1010
"scripts": {
11+
"pretest": "npm run build && npm run install --workspaces",
1112
"test": "node test.js",
1213
"lint": "eslint .",
1314
"build": "./build-packages.js",

0 commit comments

Comments
 (0)