Skip to content

Commit f9a54cd

Browse files
authored
Merge pull request #19 from Xray-App/fix_missing_types
small hack to fix including of some missing types; fixes #14
2 parents fcf8ab1 + da4b8fa commit f9a54cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json",
1818
"build:esm": "node tools/cleanup esm && tsc -p config/tsconfig.esm.json",
1919
"build:umd": "node tools/cleanup umd && webpack --config config/webpack.config.js",
20-
"build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json",
20+
"build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json && cp types/xray-settings.d.ts dist/types/xray-settings.d.ts && cp types/report-config.d.ts dist/types/report-config.d.ts",
2121
"clean": "node tools/cleanup",
2222
"package": "npm run build && npm pack",
2323
"prepare": "husky install && npm run build",

0 commit comments

Comments
 (0)