Skip to content

Commit

Permalink
Merge pull request #834 from gemini-testing/INFRADUTY-26383.fix_typings
Browse files Browse the repository at this point in the history
fix: typings
  • Loading branch information
KuznetsovRoman authored Jan 25, 2024
2 parents 701807e + e40018b commit 4ab951d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4ab951d

Please sign in to comment.