fix(scripts): make npm scripts cross-platform with shx (closes #1771)

This commit is contained in:
Mario Zechner 2026-03-03 14:25:49 +01:00
parent 993d916e56
commit 76a191c264
9 changed files with 15 additions and 13 deletions

1
package-lock.json generated
View file

@ -27,6 +27,7 @@
"@typescript/native-preview": "7.0.0-dev.20260120.1",
"concurrently": "^9.2.1",
"husky": "^9.1.7",
"shx": "^0.4.0",
"tsx": "^4.20.3",
"typescript": "^5.9.2"
},