fix(win32): scripts/turbo commands would not run (#14829)

This commit is contained in:
Luke Parker
2026-02-24 09:15:25 +10:00
committed by GitHub
parent ad5f0816a3
commit 34495a70d5
5 changed files with 10 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
"license": "MIT",
"scripts": {
"typecheck": "tsgo --noEmit",
"build": "./script/build.ts"
"build": "bun ./script/build.ts"
},
"exports": {
".": "./src/index.ts",