Skip to content

Commit

Permalink
added the db secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Kashyap1ankit committed Nov 28, 2024
1 parent a19971b commit f409351
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:

- name: Installing dependencies
run: npm install

- name: Generating prisma client
run: npm run prod:prisma-client
with:
DATABASE_URL: ${{ secrets.DATABASE_URL }}

- name: Fixing the formatting
run: npm run format:fix
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"dev:docker": "concurrently \"npm run prisma:docker \" \" npm run dev\" ",
"format:check": "prettier . --check",
"format:fix": "prettier . --write",
"prepare": "husky",
"prod:prisma-client": "npx prisma generate"
"prepare": "husky"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
Expand Down

0 comments on commit f409351

Please sign in to comment.