Skip to content

Commit db0ed8c

Browse files
committed
feat: Allow usage of direct from git repo
E.g. when used as a dependency like in yarn with something like: "resolutions": { "atem-connection": "github:Sofie-automation/sofie-atem-connection#branchname" },
1 parent 807fa39 commit db0ed8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"scripts": {
2727
"postinstall": "./node_modules/.bin/husky install",
28-
"prepack": "pinst --disable",
28+
"prepack": "pinst --disable && run build:main",
2929
"postpack": "pinst --enable",
3030
"build": "rimraf dist && run build:main",
3131
"build:main": "tsc -p tsconfig.build.json",

0 commit comments

Comments
 (0)