chore: ok mise be stupid

This commit is contained in:
Aarnav Tale
2025-10-16 22:26:20 -04:00
parent a2a28e747b
commit c9bae42622
3 changed files with 3 additions and 14 deletions
+2 -3
View File
@@ -6,9 +6,9 @@
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prebuild": "mise run build-go-wasm",
"prebuild": "npx @jdxcode/mise run build-go-wasm",
"build": "react-router build",
"postbuild": "mise run build-go-agent",
"postbuild": "npx @jdxcode/mise run build-go-agent",
"dev": "HEADPLANE_LOAD_ENV_OVERRIDES=true HEADPLANE_CONFIG_PATH=./config.example.yaml react-router dev",
"start": "node build/server/index.js",
"typecheck": "react-router typegen && tsgo",
@@ -67,7 +67,6 @@
},
"devDependencies": {
"@biomejs/biome": "^2.2.0",
"@jdxcode/mise": "^2025.10.10",
"@react-router/dev": "^7.8.1",
"@tailwindcss/vite": "^4.1.12",
"@types/node": "^24.3.0",