mirror of https://github.com/coder/code-server.git
asher: again
This commit is contained in:
parent
5de48da8bf
commit
77adf7bda8
|
@ -101,8 +101,8 @@ jobs:
|
|||
uses: tj-actions/changed-files@v23.2
|
||||
with:
|
||||
files: |
|
||||
**.sh
|
||||
**.bats
|
||||
*.sh
|
||||
*.bats
|
||||
|
||||
- name: Install Node.js v16
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
|
@ -145,8 +145,8 @@ jobs:
|
|||
uses: tj-actions/changed-files@v23.2
|
||||
with:
|
||||
files: |
|
||||
**.ts
|
||||
**.js
|
||||
*.ts
|
||||
*.js
|
||||
files_ignore: |
|
||||
lib/vscode
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"audit-ci": "^6.0.0",
|
||||
"doctoc": "^2.0.0",
|
||||
"eslint": "^7.7.0",
|
||||
"eslint-config-prettier": "^8.1.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-import-resolver-typescript": "^2.5.0",
|
||||
"eslint-plugin-import": "^2.18.2",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
|
|
|
@ -60,6 +60,7 @@ async function entry(): Promise<void> {
|
|||
return wrapper.start(args)
|
||||
}
|
||||
|
||||
// ignore me
|
||||
entry().catch((error) => {
|
||||
logger.error(error.message)
|
||||
wrapper.exit(error)
|
||||
|
|
|
@ -1152,10 +1152,10 @@ escodegen@^1.8.1:
|
|||
optionalDependencies:
|
||||
source-map "~0.6.1"
|
||||
|
||||
eslint-config-prettier@^8.1.0:
|
||||
version "8.3.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
|
||||
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
|
||||
eslint-config-prettier@^8.5.0:
|
||||
version "8.5.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
|
||||
integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
|
||||
|
||||
eslint-import-resolver-node@^0.3.4:
|
||||
version "0.3.4"
|
||||
|
|
Loading…
Reference in New Issue