-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from tamagui/feature/husky-pre-push
Feature/husky pre push
- Loading branch information
Showing
5 changed files
with
2,220 additions
and
1,927 deletions.
There are no files selected for viewing
Empty file.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
yarn 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
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 |
---|---|---|
|
@@ -19,7 +19,9 @@ | |
"upgrade:tamagui": "yarn up '*tamagui*'@latest '@tamagui/*'@latest react-native-web-lite@latest", | ||
"upgrade:tamagui:canary": "yarn up '*tamagui*'@canary '@tamagui/*'@canary react-native-web-lite@canary", | ||
"check-deps": "check-dependency-version-consistency .", | ||
"test": "vitest" | ||
"test": "vitest run", | ||
"test:watch": "vitest", | ||
"prepare": "husky" | ||
}, | ||
"resolutions": { | ||
"react": "^18.3.1", | ||
|
@@ -33,17 +35,16 @@ | |
"@manypkg/cli": "^0.21.4", | ||
"check-dependency-version-consistency": "^4.1.0", | ||
"eslint": "^9.3.0", | ||
"husky": "^9.1.6", | ||
"node-gyp": "^10.1.0", | ||
"prettier": "^3.3.3", | ||
"turbo": "^1.13.4", | ||
"typescript": "^5.6.2" | ||
"typescript": "^5.6.2", | ||
"vitest": "^2.1.1" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": "22", | ||
"npm": "10.8" | ||
}, | ||
"devDependencies": { | ||
"vitest": "^2.1.1" | ||
} | ||
} |
Oops, something went wrong.