chore: use yarn only (#6141)

* use-only-yarn

* cicd-changes

* update-readme-and-contributing

* fix-build-log-url-error

* chore: Update package.json to use yarn commands

* yarn-install

* docs: Update workflow to clarify docs build step

* space
This commit is contained in:
Mendon Kissling 2025-02-06 12:44:46 -05:00 committed by GitHub
commit 84ff6d0fec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 145 additions and 24983 deletions

View file

@ -4,7 +4,7 @@
"private": false,
"scripts": {
"clear-docs": "rimraf ./docs/",
"pull": "npm run clear-docs && npx @sillsdev/docu-notion -n $NOTION_TOKEN -r $NOTION_DOCS_ROOT_PAGE_ID",
"pull": "yarn clear-docs && yarn dlx @sillsdev/docu-notion -n $NOTION_TOKEN -r $NOTION_DOCS_ROOT_PAGE_ID",
"start": "docusaurus start",
"build": "docusaurus build",
"deploy": "docusaurus deploy",