aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 438fe5b68..5f50e58b6 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
"rebuild": "run-s clean build",
"rebuild:no_website": "run-s clean build:no_website",
"test": "wsrun test $PKG --fast-exit --serial --exclude-missing",
- "stage_docs": "wsrun docs:stage $PKG --fast-exit --parallel --exclude-missing",
+ "generate_docs": "node ./packages/monorepo-scripts/lib/doc_generate_and_upload.js",
"lint": "wsrun lint $PKG --fast-exit --parallel --exclude-missing",
"comment:postinstall": "HACK: For some reason `yarn` is not setting up symlinks properly for order-utils. We temporarily set them manually. Remove this after V2 refactor is complete."
},