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
|
||||
|
||||
shfmt -i 2 -w -s -sr $(git ls-files "*.sh")
|
||||
|
||||
local prettierExts
|
||||
|
@ -1,7 +1,8 @@
|
||||
FROM node:12-buster
|
||||
FROM node:12
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
libxkbfile-dev \
|
||||
libx11-dev \
|
||||
libsecret-1-dev \
|
||||
dumb-init
|
||||
|
||||
|
@ -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
|
||||
|
480
ci/vscode.patch
480
ci/vscode.patch
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user