Skip to content

Commit 75a86f0

Browse files
committed
Added debug enum flag to test target.
1 parent a6b7561 commit 75a86f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"./packages/doxdox"
1616
],
1717
"scripts": {
18-
"test": "npm run test --workspaces --if-present",
18+
"test": "DEBUG=true npm run test --workspaces --if-present",
1919
"build": "npm run build --workspaces --if-present",
2020
"prettier-check": "npx prettier@2 --check \"packages/**/*.ts\"",
2121
"prettier-fix": "npx prettier@2 --write \"packages/**/*.ts\"",

0 commit comments

Comments
 (0)