We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b7561 commit 75a86f0Copy full SHA for 75a86f0
package.json
@@ -15,7 +15,7 @@
15
"./packages/doxdox"
16
],
17
"scripts": {
18
- "test": "npm run test --workspaces --if-present",
+ "test": "DEBUG=true npm run test --workspaces --if-present",
19
"build": "npm run build --workspaces --if-present",
20
"prettier-check": "npx prettier@2 --check \"packages/**/*.ts\"",
21
"prettier-fix": "npx prettier@2 --write \"packages/**/*.ts\"",
0 commit comments