feat(repo): add melos docs command

This commit is contained in:
Salvatore Giordano
2021-08-26 11:33:24 +02:00
parent 588234d753
commit 2a69d46c64
+6
View File
@@ -69,6 +69,12 @@ scripts:
select-package:
dir-exists: coverage
docs:
run: |
npm install -g https://github.com/GetStream/stream-chat-docusaurus-cli &&
npx stream-chat-docusaurus -i -s
description: Runs the docusaurus documentation locally.
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: '>=1.22.4 <2.0.0'