Skip to content

Commit

Permalink
add --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-im committed Aug 6, 2023
1 parent dd51af3 commit af26a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "node ./dist/app.js",
"dev": "tsnd --respawn --transpile-only --exit-child src/app.ts",
"build": "tsc",
"build": "tsc --build --verbose",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "cross-env NODE_ENV=test jest",
Expand Down

0 comments on commit af26a9f

Please sign in to comment.