Skip to content

Commit b4d0362

Browse files
authored
Merge pull request #31 from isontheline/main
Update staging from main
2 parents 7bcbad4 + d32d6c0 commit b4d0362

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
timeout-minutes: 15
12+
timeout-minutes: 5
1313
permissions:
1414
contents: write
1515
packages: write

.github/workflows/label_check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
check_labels:
1212
name: Check Labels
1313
runs-on: ubuntu-latest
14+
timeout-minutes: 5m
1415
steps:
1516
- name: Check Semver Labels
1617
uses: docker://agilepathway/pull-request-label-checker:latest

package.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -239,29 +239,16 @@
239239
"lint:fix": "eslint src --fix --ext .ts,.tsx",
240240
"prettier": "prettier --write src"
241241
},
242-
"husky": {
243-
"hooks": {
244-
"pre-commit": "lint-staged"
245-
}
246-
},
247-
"lint-staged": {
248-
"*.{ts,tsx}": "eslint --fix",
249-
"*.{ts,tsx,html,css,less,md}": "prettier --write"
250-
},
251242
"devDependencies": {
252-
"@types/mocha": "^8.2.2",
253-
"@types/node": "14.x",
243+
"@types/node": "20.x",
254244
"@types/vscode": "^1.50.0",
255245
"@typescript-eslint/eslint-plugin": "^4.26.0",
256246
"@typescript-eslint/parser": "^4.26.0",
257-
"@vscode/test-electron": "^1.5.2",
258247
"@vscode/vsce": "3.0.0",
259248
"eslint": "^7.27.0",
260249
"eslint-config-prettier": "^8.3.0",
261250
"eslint-plugin-prettier": "^3.4.1",
262251
"esbuild": "^0.23.1",
263-
"husky": "^7.0.2",
264-
"mocha": "^8.4.0",
265252
"prettier": "^2.3.2",
266253
"typescript": "^4.3.2"
267254
},

0 commit comments

Comments
 (0)