-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(sage-monorepo): migrate to pnpm (#2771)
- Loading branch information
1 parent
8d54ad7
commit d3edceb
Showing
15 changed files
with
32,758 additions
and
34,269 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
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
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,8 +1,8 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
yarn nx affected --uncommitted --target=format | ||
yarn nx affected --uncommitted --target=lint | ||
nx affected --uncommitted --target=format | ||
nx affected --uncommitted --target=lint | ||
|
||
# Re-index the staged files after they have been formatted | ||
# git diff --name-only --cached | xargs -l git add |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -24,4 +24,4 @@ | |
"strictInputAccessModifiers": true, | ||
"strictTemplates": true | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -36,6 +36,7 @@ | |
"constructs": "10.2.13", | ||
"core-js": "3.36.1", | ||
"express": "~4.18.2", | ||
"json5": "2.2.3", | ||
"keycloak-angular": "12.1.0", | ||
"keycloak-js": "19.0.3", | ||
"lodash": "4.17.21", | ||
|
@@ -157,5 +158,5 @@ | |
"ts-node": "10.9.1", | ||
"typescript": "5.4.5" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.