mirror of
https://github.com/coder/code-server.git
synced 2026-07-15 13:20:24 +02:00
Add macOS release step
This commit is contained in:
@@ -3,11 +3,6 @@
|
||||
set -euo pipefail
|
||||
|
||||
main() {
|
||||
if [[ ${CI-} ]]; then
|
||||
cd "$(dirname "$0")/.."
|
||||
./ci/vscode.sh
|
||||
fi
|
||||
|
||||
eslint --max-warnings=0 --fix $(git ls-files "*.ts" "*.tsx" "*.js")
|
||||
stylelint --fix $(git ls-files "*.css")
|
||||
tsc --noEmit
|
||||
|
||||
Reference in New Issue
Block a user