attempt to fix ci/cd again

This commit is contained in:
Dhravya Shah 2024-07-02 16:17:01 -05:00
parent a76773b5eb
commit 3fc129b2c5
2 changed files with 3 additions and 1 deletions

View file

@ -36,6 +36,7 @@
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@repo/tailwind-config": "*",
"@repo/shared-types": "*",
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",

View file

@ -1,3 +1,4 @@
{
"name": "@repo/shared-types"
"name": "@repo/shared-types",
"version": "0.0.1"
}