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 2fbdafe commit aa8732bCopy full SHA for aa8732b
1 file changed
site/package.json
@@ -7,7 +7,8 @@
7
"dev": "next dev",
8
"build": "next build",
9
"start": "next start",
10
- "lint": "next lint"
+ "lint": "next lint",
11
+ "fetch-data": "mkdir -p public/data && curl -sL $(curl -s https://api.github.com/repos/runtimed/kernel-testbed/releases/latest | grep browser_download_url | grep conformance-matrix.json | cut -d '\"' -f 4) -o public/data/conformance-matrix.json"
12
},
13
"dependencies": {
14
"@catppuccin/tailwindcss": "^1.0.0",
0 commit comments