mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
two new tgui commands (for coders) (#81381)
## About The Pull Request tgui:prettier-fix runs prettier fixes tgui:eslint-fix runs eslint fixes ## Why It's Good For The Game 
This commit is contained in:
+3
-1
@@ -17,7 +17,9 @@
|
||||
"tgui:test": "jest --watch",
|
||||
"tgui:test-simple": "CI=true jest --color",
|
||||
"tgui:test-ci": "CI=true jest --color --collect-coverage",
|
||||
"tgui:tsc": "tsc"
|
||||
"tgui:tsc": "tsc",
|
||||
"tgui:prettier-fix": "prettier --write .",
|
||||
"tgui:eslint-fix": "eslint --fix packages --ext .js,.cjs,.ts,.tsx"
|
||||
},
|
||||
"dependencies": {
|
||||
"@swc/core": "^1.3.100",
|
||||
|
||||
Reference in New Issue
Block a user