We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8ee86 commit 39e1e8aCopy full SHA for 39e1e8a
apps/website/package.json
@@ -4,7 +4,9 @@
4
"private": true,
5
"scripts": {
6
"docusaurus": "docusaurus",
7
- "prestart": "rm -rf docs/api",
+ "build:packages": "cd ../.. && npm run build",
8
+ "clean": "rm -rf docs/api",
9
+ "prestart": "npm run clean && npm run build:packages",
10
"start": "docusaurus start",
11
"build": "docusaurus build",
12
"swizzle": "docusaurus swizzle",
0 commit comments