Remove lua (#2996)

This commit is contained in:
Bruce Berrios 2022-05-19 12:45:17 -04:00 committed by GitHub
parent 1384e9f81d
commit d7862750ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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'

View file

@ -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",