Skip to content

Commit cd52fb1

Browse files
fixing post-build issue in jswrapper
1 parent 0877c5c commit cd52fb1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ dist
55
.DS_Store
66
.npmrc
77
.idea
8+
/.claude
9+
/.vscode

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"log4js": "^6.9.1"
1313
},
1414
"scripts": {
15-
"build": "tsc",
16-
"postbuild": "copyfiles -u 1 src/main/wrapper/resources/cx* dist/;copyfiles -u 1 src/tests/data/* dist/;",
15+
"build": "tsc && copyfiles -u 1 src/main/wrapper/resources/cx* dist/ && copyfiles -u 1 src/tests/data/* dist/",
1716
"lint": "eslint . --ext .ts",
1817
"lint-and-fix": "eslint . --ext .ts --fix",
1918
"test": "copyfiles -u 1 src/tests/data/* dist/; tsc && jest"

0 commit comments

Comments
 (0)