Skip to content

Commit

Permalink
chore: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 20, 2025
1 parent 901fedc commit a4101dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ jobs:
cd packages
yarn config set cacheFolder /home/runner/publish-docs-cache
yarn install
yarn build
yarn build:all
env:
CI: true
- name: Run docusaurus
Expand Down
1 change: 1 addition & 0 deletions packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"prepare": "lerna run prepare",
"postinstall": "cd .. && \"$PROJECT_CWD/node_modules/.bin/husky\" install",
"build": "lerna run build --ignore @sofie-automation/openapi",
"build:all": "lerna run build",
"build:try": "lerna run --no-bail build --ignore @sofie-automation/openapi",
"watch": "lerna run --parallel build:main --ignore @sofie-automation/openapi -- --watch --preserveWatchOutput",
"stage-versions": "git add -u \"*/package.json\" \"*/CHANGELOG.md\" lerna.json yarn.lock",
Expand Down

0 comments on commit a4101dc

Please sign in to comment.