Skip to content

Commit

Permalink
fix: package build
Browse files Browse the repository at this point in the history
Fix package build. Executables were not included in the package.
  • Loading branch information
gibiw committed Jul 31, 2024
1 parent a06b51e commit be9886e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions qase-cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-qase-reporter",
"version": "2.1.0-beta.1",
"version": "2.1.0-beta.2",
"description": "Qase Cypress Reporter",
"homepage": "https://github.com/qase-tms/qase-javascript",
"sideEffects": false,
Expand All @@ -11,7 +11,8 @@
"./mocha": "./dist/mocha.js",
"./reporter": "./dist/reporter.js",
"./package.json": "./package.json",
"./plugin": "./dist/plugin.js"
"./plugin": "./dist/plugin.js",
"./hooks": "./dist/hooks.js"
},
"typesVersions": {
"*": {
Expand Down Expand Up @@ -59,8 +60,5 @@
"jest": "^29.5.0",
"mocha": "^10.2.0",
"ts-jest": "^29.1.0"
},
"files": [
"plugin.js"
]
}
}

0 comments on commit be9886e

Please sign in to comment.