Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Shriyansh-20 authored Oct 25, 2024
1 parent 499dccb commit 5ca4c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel-deploy-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsc -b"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -b",
"dev": "node dist/index.js"
},
"keywords": [],
Expand Down

0 comments on commit 5ca4c34

Please sign in to comment.