-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update husky config * revert pnpm version * sort package.json
- Loading branch information
1 parent
67aeee0
commit 32d34aa
Showing
5 changed files
with
33 additions
and
33 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 @@ | ||
pnpm lint-staged --cwd apps/frontend-v3 |
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 |
---|---|---|
|
@@ -5,25 +5,27 @@ | |
"build": "turbo build", | ||
"build:dev": "turbo build:dev", | ||
"dev": "turbo dev", | ||
"graphql:gen": "turbo graphql:gen", | ||
"lint": "turbo lint", | ||
"lint:fix": "turbo lint:fix", | ||
"test:unit": "turbo test:unit", | ||
"test:integration": "turbo test:integration", | ||
"typecheck": "turbo typecheck", | ||
"prettier": "prettier --check '**/*.*(md|json|yaml|ts|js|tsx)' --log-level warn", | ||
"prettier:fix": "pnpm run prettier --write", | ||
"stylelint": "stylelint '**/*.css'", | ||
"stylelint:fix": "pnpm run stylelint -- --fix", | ||
"graphql:gen": "turbo graphql:gen" | ||
"test:integration": "turbo test:integration", | ||
"test:unit": "turbo test:unit", | ||
"typecheck": "turbo typecheck" | ||
}, | ||
"devDependencies": { | ||
"concurrently": "^8.2.2", | ||
"husky": "^9.1.2", | ||
"lint-staged": "^13.2.3", | ||
"prettier": "^3.2.5", | ||
"stylelint": "^15.9.0", | ||
"stylelint-config-standard": "^33.0.0", | ||
"stylelint-prettier": "^3.0.0", | ||
"turbo": "^2.1.2", | ||
"typescript": "^5.4.5", | ||
"concurrently": "^8.2.2" | ||
"turbo": "^2.1.2", | ||
"typescript": "^5.4.5" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.