Skip to content

Commit

Permalink
Improve pnpm test output
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 28, 2023
1 parent cf2755c commit f231e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test:unit": "uvu . '\\.test\\.js$'",
"test:lint": "eslint .",
"test:integration": "node test/integration.js",
"test": "pnpm run /^test:/"
"test": "FORCE_COLOR=1 pnpm run /^test:/"
},
"funding": [
{
Expand Down

0 comments on commit f231e9d

Please sign in to comment.