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 70aeb1c commit ce8576dCopy full SHA for ce8576d
package.json
@@ -14,7 +14,7 @@
14
"res:clean": "rescript clean",
15
"res:build": "rescript build",
16
"build": "rescript build && react-router build",
17
- "test": "echo \"No tests specified\" && exit 0",
+ "test": "node scripts/test-examples.mjs && node scripts/test-hrefs.mjs",
18
"reanalyze": "reanalyze -all-cmt .",
19
"update-index": "npm run generate-llms && node scripts/extract-indices.mjs && node scripts/extract-tocs.mjs && node scripts/extract-syntax.mjs && node scripts/generate_feed.mjs > public/blog/feed.xml",
20
"sync-bundles": "node scripts/sync-playground-bundles.mjs",
@@ -75,4 +75,4 @@
75
"vite": "^7.0.6",
76
"vite-plugin-env-compatible": "^2.0.1"
77
}
78
-}
+}
0 commit comments