mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 14:10:59 +08:00
Remove lua (#2996)
This commit is contained in:
parent
1384e9f81d
commit
d7862750ce
2 changed files with 4 additions and 4 deletions
2
.github/workflows/pr-check.yml
vendored
2
.github/workflows/pr-check.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
anti-cheat:
|
||||
- 'backend/**/anticheat/**'
|
||||
any-src:
|
||||
- 'backend/**/*.{ts,js,json,lua}'
|
||||
- 'backend/**/*.{ts,js,json}'
|
||||
- 'frontend/**/*.{ts,js}'
|
||||
- 'frontend/src/**/*.scss'
|
||||
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@
|
|||
"audit-fe": "cd frontend && npm run audit",
|
||||
"deploy-live": "cd frontend && npm run deploy-live",
|
||||
"build-fe": "cd ./frontend && npm run build-live",
|
||||
"pretty": "prettier --check './backend/**/*.{ts,json,lua}' './frontend/**/*.{ts,js,scss}' './frontend/static/**/*.{json,html}'",
|
||||
"pretty-code": "prettier --check './backend/**/*.{ts,js,json,lua}' './frontend/**/*.{ts,js}' './frontend/src/**/*.scss'",
|
||||
"pretty-fix": "prettier --write './backend/**/*.{ts,json,lua}' './frontend/**/*.{ts,js,scss}' './frontend/static/**/*.{json,html}'",
|
||||
"pretty": "prettier --check './backend/**/*.{ts,json}' './frontend/**/*.{ts,js,scss}' './frontend/static/**/*.{json,html}'",
|
||||
"pretty-code": "prettier --check './backend/**/*.{ts,js,json}' './frontend/**/*.{ts,js}' './frontend/src/**/*.scss'",
|
||||
"pretty-fix": "prettier --write './backend/**/*.{ts,json}' './frontend/**/*.{ts,js,scss}' './frontend/static/**/*.{json,html}'",
|
||||
"pr-check-lint-json": "cd frontend && npx gulp pr-check-lint-json",
|
||||
"pr-check-quote-json": "cd frontend && npx gulp pr-check-quote-json",
|
||||
"pr-check-language-json": "cd frontend && npx gulp pr-check-language-json",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue