mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
quick test (#19629)
This commit is contained in:
+3
-3
@@ -20,9 +20,9 @@
|
||||
"packageManager": "bun@1.3.3",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"tgui:analyze": "bunx --bun rspack --analyze",
|
||||
"tgui:biome-fix": "bunx --bun biome lint --write .",
|
||||
"tgui:build": "bunx --bun rspack build",
|
||||
"tgui:analyze": "bun x --bun rspack --analyze",
|
||||
"tgui:biome-fix": "bun x --bun biome lint --write .",
|
||||
"tgui:build": "bun x --bun rspack build",
|
||||
"tgui:dev": "bun --smol packages/tgui-dev-server/index.ts",
|
||||
"tgui:test": "bun test",
|
||||
"tgui:tsc": "tsc"
|
||||
|
||||
Reference in New Issue
Block a user