Skip to content

Commit

Permalink
Merge pull request #31 from isontheline/main
Browse files Browse the repository at this point in the history
Update staging from main
  • Loading branch information
isontheline committed Aug 28, 2024
2 parents 7bcbad4 + d32d6c0 commit b4d0362
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 5
permissions:
contents: write
packages: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/label_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
check_labels:
name: Check Labels
runs-on: ubuntu-latest
timeout-minutes: 5m
steps:
- name: Check Semver Labels
uses: docker://agilepathway/pull-request-label-checker:latest
Expand Down
15 changes: 1 addition & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,29 +239,16 @@
"lint:fix": "eslint src --fix --ext .ts,.tsx",
"prettier": "prettier --write src"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{ts,tsx}": "eslint --fix",
"*.{ts,tsx,html,css,less,md}": "prettier --write"
},
"devDependencies": {
"@types/mocha": "^8.2.2",
"@types/node": "14.x",
"@types/node": "20.x",
"@types/vscode": "^1.50.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"@vscode/test-electron": "^1.5.2",
"@vscode/vsce": "3.0.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"esbuild": "^0.23.1",
"husky": "^7.0.2",
"mocha": "^8.4.0",
"prettier": "^2.3.2",
"typescript": "^4.3.2"
},
Expand Down

0 comments on commit b4d0362

Please sign in to comment.