mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
fix(v2): fix yarn clear command (#5166)
This commit is contained in:
parent
2bd7f0d7a1
commit
04bcdbd3e1
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
"test": "cross-env TZ=UTC jest",
|
||||
"test:build:v2": "./admin/scripts/test-release.sh",
|
||||
"watch": "yarn lerna run --parallel --no-private watch",
|
||||
"clear": "yarn workspace docusaurus-2-website clear && yarn lerna exec --ignore docusaurus yarn rimraf lib",
|
||||
"clear": "(yarn workspace docusaurus-2-website clear || echo 'Failure while running docusaurus clear') && yarn lerna exec --ignore docusaurus yarn rimraf lib lib-next",
|
||||
"test:baseUrl": "yarn build:v2:baseUrl && yarn serve:v2:baseUrl",
|
||||
"lock:update": "npx yarn-deduplicate"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue