Skip to content

Commit 2c9dae0

Browse files
committed
fix(ci): failing pipeline
1 parent 7a8f350 commit 2c9dae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ts-node": "^10.9.2"
3737
},
3838
"scripts": {
39-
"compile": "rm -rf build/ types/ && tsc && cp -R ./src/reporters/ ./build/src/reporters/",
39+
"compile": "rm -rf build/ types/ && tsc && cp -R ./src/reporters/layout ./build/src/reporters/",
4040
"watch": "webpack --watch",
4141
"clean": "rm -rf out/ dist/ types/",
4242
"compile-tests": "npm run clean && tsc -p . --outDir out",

0 commit comments

Comments
 (0)