Compare commits
No commits in common. "c5cf78510a9c926d3da4f526c33ad64c1539ca37" and "b5045ed4c81659f367931e321fdf706a262de61a" have entirely different histories.
c5cf78510a
...
b5045ed4c8
@ -1,9 +1,2 @@
|
|||||||
# .husky/pre-commit
|
# .husky/pre-commit
|
||||||
yarn lint-staged
|
yarn lint-staged
|
||||||
|
|
||||||
branch="$(git rev-parse --abbrev-ref HEAD)"
|
|
||||||
|
|
||||||
if [ "$branch" = "main" ]; then
|
|
||||||
echo "You can't commit directly to main branch"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
File diff suppressed because one or more lines are too long
@ -1,3 +1,2 @@
|
|||||||
|
yarnPath: .yarn/releases/yarn-4.4.1.cjs
|
||||||
nodeLinker: node-modules
|
nodeLinker: node-modules
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-4.5.0.cjs
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ulthar-framework",
|
"name": "ulthar-framework",
|
||||||
"packageManager": "yarn@4.5.0",
|
"packageManager": "yarn@4.4.1",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user