Skip to content

Commit 9c828e4

Browse files
committed
chore: add prepare scripts to packages to allow git dependency installation
1 parent a153fcf commit 9c828e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/blueprints-integration/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"homepage": "https://github.com/Sofie-Automation/sofie-core/blob/main/packages/blueprints-integration#readme",
1717
"scripts": {
18+
"prepare": "yarn build",
1819
"build": "run -T rimraf dist && run build:main",
1920
"build:main": "run -T tsc -p tsconfig.build.json",
2021
"lint:raw": "run -T eslint",

packages/shared-lib/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"homepage": "https://github.com/nrkno/sofie-core/blob/master/packages/shared-lib#readme",
1717
"scripts": {
18+
"prepare": "yarn build",
1819
"build": "run -T rimraf dist && run build:main",
1920
"build:main": "run -T tsc -p tsconfig.build.json",
2021
"lint:raw": "run -T eslint",

0 commit comments

Comments
 (0)