File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -640,7 +640,7 @@ jobs:
640
640
cd packages
641
641
yarn config set cacheFolder /home/runner/publish-docs-cache
642
642
yarn install
643
- yarn build
643
+ yarn build:all
644
644
env :
645
645
CI : true
646
646
- name : Run docusaurus
Original file line number Diff line number Diff line change 17
17
"prepare" : " lerna run prepare" ,
18
18
"postinstall" : " cd .. && \" $PROJECT_CWD/node_modules/.bin/husky\" install" ,
19
19
"build" : " lerna run build --ignore @sofie-automation/openapi" ,
20
+ "build:all" : " lerna run build" ,
20
21
"build:try" : " lerna run --no-bail build --ignore @sofie-automation/openapi" ,
21
22
"watch" : " lerna run --parallel build:main --ignore @sofie-automation/openapi -- --watch --preserveWatchOutput" ,
22
23
"stage-versions" : " git add -u \" */package.json\" \" */CHANGELOG.md\" lerna.json yarn.lock" ,
You can’t perform that action at this time.
0 commit comments