Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ujjwal Patel authored and Ujjwal Patel committed Dec 22, 2024
1 parent 65bbb1f commit 340034c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
19 changes: 17 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"db:generate": "cd packages/db && npx prisma generate && cd ../..",
"start-user-app": "cd ./apps/user-app && npm run start"

},
"devDependencies": {
"@repo/eslint-config": "*",
Expand All @@ -23,5 +22,8 @@
"workspaces": [
"apps/*",
"packages/*"
]
],
"dependencies": {
"run": "^1.5.0"
}
}

0 comments on commit 340034c

Please sign in to comment.