Skip to content

Commit e6eed83

Browse files
committed
chore: fix docs
1 parent 094a29f commit e6eed83

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ jobs:
640640
cd packages
641641
yarn config set cacheFolder /home/runner/publish-docs-cache
642642
yarn install
643-
yarn build
643+
yarn build:all
644644
env:
645645
CI: true
646646
- name: Run docusaurus

packages/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"prepare": "lerna run prepare",
1818
"postinstall": "cd .. && \"$PROJECT_CWD/node_modules/.bin/husky\" install",
1919
"build": "lerna run build --ignore @sofie-automation/openapi",
20+
"build:all": "lerna run build",
2021
"build:try": "lerna run --no-bail build --ignore @sofie-automation/openapi",
2122
"watch": "lerna run --parallel build:main --ignore @sofie-automation/openapi -- --watch --preserveWatchOutput",
2223
"stage-versions": "git add -u \"*/package.json\" \"*/CHANGELOG.md\" lerna.json yarn.lock",

0 commit comments

Comments
 (0)