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:
parent
e89edc3c1c
commit
84ff6d0fec
10 changed files with 145 additions and 24983 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue