add command to launch local docs

pull/665/head
Peli de Halleux 2024-08-26 16:11:19 +00:00
rodzic c64069cf9d
commit 04522bb7ef
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -15,6 +15,7 @@
"scripts": {
"build": "turbo build",
"dev": "turbo dev --concurrency 50 --continue",
"docs": "cd docs && npx mintlify dev",
"clean": "turbo clean",
"test": "turbo test",
"test:format": "prettier --check \"**/*.{js,ts,tsx}\"",