We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf425e commit 52ecae0Copy full SHA for 52ecae0
package.json
@@ -9,7 +9,7 @@
9
"clean": "node -e \"require('node:fs').rmSync('dist', {force: true, recursive: true});\"",
10
"compile": "npx esbuild index.ts --bundle --outdir=dist --platform=neutral --external:react",
11
"demo": "npx @t8/serve 3000 * tests/route_matching -b src/index.tsx index.js",
12
- "gh-pages": "npx ghstage --theme=t8 --ymid=103784239 --nav=https://raw.githubusercontent.com/t8js/t8js.github.io/refs/heads/main/assets/nav.html",
+ "gh-pages": "npx ghstage --theme=t8 --ymid=103784239 --nav=https://raw.githubusercontent.com/t8js/t8js.github.io/refs/heads/main/assets/nav_react.html",
13
"prepublishOnly": "npx npm-run-all build gh-pages",
14
"preversion": "npx npm-run-all typecheck shape build test",
15
"shape": "npx codeshape",
0 commit comments