Skip to content

Commit

Permalink
fix: updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
khanzzirfan committed Nov 22, 2023
1 parent 6a64218 commit 08b97cd
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 @@ -23,9 +23,9 @@
"build:production": "npm run prestart && npm prune --production",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"sls:deploy": "sls deploy",
"sls:deploy": "sls deploy --verbose",
"sls:offline": "sls offline",
"sls:package": "sls package --package ./.build",
"sls:package": "sls package --verbose",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
Expand Down

0 comments on commit 08b97cd

Please sign in to comment.