Skip to content

Commit

Permalink
remove silent flag to see error logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Intizar-T committed Jul 5, 2024
1 parent 1c8ca1c commit 41001c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "yarn clean && tsc",
"cli": "node --no-warnings --import=specifier-resolution-node/register --experimental-json-modules dist/index.js",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
"test": "node --no-warnings --experimental-vm-modules node_modules/.bin/jest --testPathIgnorePatterns mockData.ts --silent"
"test": "node --no-warnings --experimental-vm-modules node_modules/.bin/jest --testPathIgnorePatterns mockData.ts"
},
"bin": {
"cli": "dist/index.js"
Expand Down

0 comments on commit 41001c7

Please sign in to comment.