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 @@ -643,7 +643,7 @@ jobs:
643643 cd packages
644644 yarn config set cacheFolder /home/runner/publish-docs-cache
645645 yarn install
646- yarn build
646+ yarn build:all
647647 env :
648648 CI : true
649649 - name : Run docusaurus
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments