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 fc07678 commit 045c092Copy full SHA for 045c092
package.json
@@ -19,7 +19,7 @@
19
"update-index": "yarn generate-llms && node _scripts/generate_feed.mjs > public/blog/feed.xml",
20
"reanalyze": "rescript-tools reanalyze -all-cmt .",
21
"sync-bundles": "node scripts/sync-playground-bundles.mjs",
22
- "generate-llms": "node scripts/generate_llms.mjs",
+ "generate-llms": "node _scripts/generate_llms.mjs",
23
"format": "prettier . --write --experimental-cli && rescript format",
24
"ci:format": "prettier . --check --experimental-cli",
25
"preview": "yarn build && static-server build/client",
@@ -95,4 +95,4 @@
95
"vite-plugin-env-compatible": "^2.0.1",
96
"vite-plugin-page-reload": "^0.2.2"
97
}
98
-}
+}
0 commit comments