From e40018bf0fa2dee38f0ca08cc5b69c9a84a32331 Mon Sep 17 00:00:00 2001 From: Roman Kuznetsov Date: Thu, 25 Jan 2024 11:36:21 +0300 Subject: [PATCH] fix: typings --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 309ddf08e..84b514346 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,12 @@ "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [ - "build" + "build", + "typings" ], "scripts": { "build": "tsc && npm run copy-static", - "copy-static": "copyfiles 'src/browser/client-scripts/*' 'typings/*' build", + "copy-static": "copyfiles 'src/browser/client-scripts/*' build", "check-types": "tsc --project tsconfig.spec.json", "clean": "rimraf build/ *.tsbuildinfo", "coverage": "nyc --reporter=text npm run test-unit",