Compare commits

..

No commits in common. "e96a8aa85c8f2cc753c92546793c73991a8440af" and "b5045ed4c81659f367931e321fdf706a262de61a" have entirely different histories.

5 changed files with 164 additions and 184 deletions

View File

@ -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

View File

@ -1,12 +0,0 @@
# .husky/pre-push
branch="$(git rev-parse --abbrev-ref HEAD)"
while read local_ref local_sha remote_ref remote_sha
do
echo $local_ref
echo $local_sha
echo $remote_ref
echo $remote_sha
done
exit 1

File diff suppressed because one or more lines are too long

View File

@ -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

View File

@ -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",