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 570da5f commit 8ff50d0Copy full SHA for 8ff50d0
package.json
@@ -13,7 +13,7 @@
13
},
14
"scripts": {
15
"build": "tsc",
16
- "postbuild": "copyfiles -u 1 src/main/wrapper/resources/cx* dist/",
+ "postbuild": "copyfiles -u 1 src/main/wrapper/resources/cx* dist/;copyfiles -u 1 src/tests/data/* dist/;",
17
"lint": "eslint . --ext .ts",
18
"lint-and-fix": "eslint . --ext .ts --fix",
19
"test": "copyfiles -u 1 src/tests/data/* dist/; tsc && jest --runInBand --coverage"
0 commit comments