Skip to content

Commit

Permalink
Fixed Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
MananGandhi1810 committed Sep 18, 2024
1 parent ec76df3 commit 28510d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "nodemon ./bin/www",
"start": "node ./bin/www",
"format": "prettier --write .",
"docker:build": "docker build -t express-app:latest .",
"docker:build": "docker build -t ghcr.io/manangandhi1810/leetcode-clone:latest .",
"test": "vitest"
},
"type": "module",
Expand Down

0 comments on commit 28510d8

Please sign in to comment.