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 7a8f350 commit 2c9dae0Copy full SHA for 2c9dae0
detector/package.json
@@ -36,7 +36,7 @@
36
"ts-node": "^10.9.2"
37
},
38
"scripts": {
39
- "compile": "rm -rf build/ types/ && tsc && cp -R ./src/reporters/ ./build/src/reporters/",
+ "compile": "rm -rf build/ types/ && tsc && cp -R ./src/reporters/layout ./build/src/reporters/",
40
"watch": "webpack --watch",
41
"clean": "rm -rf out/ dist/ types/",
42
"compile-tests": "npm run clean && tsc -p . --outDir out",
0 commit comments