File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 # Verify dependencies are hooked up right
3535 - run : node test/verifyPackageVersions.js
3636
37+ # Grab localizations
38+ - run : yarn docs-sync pull microsoft/TypeScript-Website-localizations#main 1
39+
3740 # Build the packages
3841 - run : yarn bootstrap
3942 - run : yarn workspace typescriptlang-org build
Original file line number Diff line number Diff line change 2222 - name : Build website v2
2323 run : |
2424 yarn install
25+ yarn docs-sync pull microsoft/TypeScript-Website-localizations#main 1
2526 yarn bootstrap
2627 yarn build
2728 yarn build-site
Original file line number Diff line number Diff line change 2626 - name : Prepare website v2
2727 run : |
2828 yarn install
29+ yarn docs-sync pull microsoft/TypeScript-Website-localizations#main 1
2930 yarn bootstrap
3031 yarn build
3132 env :
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ code .
1717
1818# Then:
1919yarn bootstrap
20+ # Optional, grab the translations:
21+ yarn docs-sync pull microsoft/TypeScript-Website-localizations#main 1
22+
23+ # Now you can start up the website
2024yarn start
2125```
2226
You can’t perform that action at this time.
0 commit comments