Skip to content

Commit

Permalink
remove verbose from here
Browse files Browse the repository at this point in the history
  • Loading branch information
hhassan01 committed Aug 30, 2024
1 parent 29a0cb2 commit d4a87a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"scripts": {
"clean": "rm -rf dist build",
"build": "npm run clean && tsc",
"deploy": "serverless deploy -s dev -v",
"deploy:prod": "serverless deploy -s production -v",
"deploy": "serverless deploy -s dev",
"deploy:prod": "serverless deploy -s production",
"offline": "npm run build && serverless offline",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand Down

0 comments on commit d4a87a5

Please sign in to comment.