We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df7462 commit ce59936Copy full SHA for ce59936
docs/package.json
@@ -5,7 +5,7 @@
5
"description": "Mobile-first stack navigator framework with Composable Plugin System",
6
"license": "MIT",
7
"scripts": {
8
- "build:llms": "tsx scripts/generate-llms-txt.ts",
+ "build:llms": "yarn tsx scripts/generate-llms-txt.ts",
9
"build": "yarn build:llms && next build",
10
"start": "next start",
11
"dev": "next -p 6006",
0 commit comments