-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
efad791
commit bb7ee84
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npm run lint | ||
npm test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>", | ||
|