Skip to content

Commit

Permalink
refactor: update dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: this version fixes the open api spec version to 3.1.0 and does not allow the user
to change it
  • Loading branch information
khaosdoctor committed Mar 30, 2024
1 parent efad791 commit bb7ee84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint
npm test
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"lint:fix": "npm run lint -- --fix",
"dev": "tsx usage",
"prepack": "npm run build:clean",
"push": "git push && sleep 2 && gh api repos/\\{owner\\}/\\{repo\\}/actions/runs?per_page=1 | jq '.workflow_runs[0].id' | xargs gh run watch"
"push": "git push && sleep 2 && gh api repos/\\{owner\\}/\\{repo\\}/actions/runs?per_page=1 | jq '.workflow_runs[0].id' | xargs gh run watch",
"prepare": "husky"
},
"repository": "github:expresso/router",
"author": "Roz <[email protected]>",
Expand Down

0 comments on commit bb7ee84

Please sign in to comment.