Skip to content

Commit

Permalink
fix: add yarn version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Nov 1, 2024
1 parent 2cbfa22 commit adcd782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
"tet:rebuild": "yarn clean; rm -rf frontend/tet/admin/.next; rm -rf frontend/tet/youth/.next; yarn tet build --no-cache; yarn tet:up",
"tet-admin:rebuild": "yarn clean; rm -rf frontend/tet/admin/.next; yarn tet-admin build --no-cache; yarn tet-admin:up",
"tet-youth:rebuild": "yarn clean; rm -rf frontend/tet/youth/.next; yarn tet-youth build --no-cache; yarn tet-youth:up"
}
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}

0 comments on commit adcd782

Please sign in to comment.