Skip to content

Commit 8ff50d0

Browse files
committed
trying a fix for tests
1 parent 570da5f commit 8ff50d0

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
@@ -13,7 +13,7 @@
1313
},
1414
"scripts": {
1515
"build": "tsc",
16-
"postbuild": "copyfiles -u 1 src/main/wrapper/resources/cx* dist/",
16+
"postbuild": "copyfiles -u 1 src/main/wrapper/resources/cx* dist/;copyfiles -u 1 src/tests/data/* dist/;",
1717
"lint": "eslint . --ext .ts",
1818
"lint-and-fix": "eslint . --ext .ts --fix",
1919
"test": "copyfiles -u 1 src/tests/data/* dist/; tsc && jest --runInBand --coverage"

0 commit comments

Comments
 (0)