Skip to content

Commit

Permalink
test10
Browse files Browse the repository at this point in the history
  • Loading branch information
itaven committed Aug 7, 2023
1 parent 6be387d commit 1e47bf3
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@
"description": "Common modules for testing wallets",
"private": true,
"workspaces": [
"packages/*",
"packages/extensions",
"packages/nodes",
"packages/wallets",
"packages/widgets",
"wallets-testing/"
],
"sideEffects": false,
"scripts": {
"build": "tsc --build",
"test": "playwright test",
"lint": "eslint --ext ts .",
"publish": "release-it --ci -VV",
"publish": "npm run release --workspaces && release-it",
"publish:dry": "release-it --ci --dry-run"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"license": "MIT",

"homepage": "https://github.com/lidofinance/wallets-testing-modules",
"repository": {
"type": "git",
Expand All @@ -14,6 +15,9 @@
"url": "https://github.com/lidofinance/wallets-testing-modules/issues"
},
"sideEffects": false,
"scripts": {
"release": "release-it"
},
"keywords": [
"lido",
"lidofinance"
Expand All @@ -39,5 +43,8 @@
"@nestjs/core": "^8.2.5",
"@nestjs/testing": "^8.2.5",
"@types/unzipper": "^0.10.5"
},
"release-it": {
"git": false
}
}
6 changes: 6 additions & 0 deletions packages/nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"url": "https://github.com/lidofinance/wallets-testing-modules/issues"
},
"sideEffects": false,
"scripts": {
"release": "release-it"
},
"keywords": [
"lido",
"lidofinance"
Expand All @@ -39,5 +42,8 @@
"@nestjs/common": "^8.2.5",
"@nestjs/core": "^8.2.5",
"@nestjs/testing": "^8.2.5"
},
"release-it": {
"git": false
}
}
6 changes: 6 additions & 0 deletions packages/wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"url": "https://github.com/lidofinance/wallets-testing-modules/issues"
},
"sideEffects": false,
"scripts": {
"release": "release-it"
},
"keywords": [
"lido",
"lidofinance"
Expand All @@ -31,5 +34,8 @@
"playwright": "^1.29.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.6"
},
"release-it": {
"git": false
}
}
6 changes: 6 additions & 0 deletions packages/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"url": "https://github.com/lidofinance/wallets-testing-modules/issues"
},
"sideEffects": false,
"scripts": {
"release": "release-it"
},
"keywords": [
"lido",
"lidofinance"
Expand All @@ -39,5 +42,8 @@
"@nestjs/common": "^8.2.5",
"@nestjs/core": "^8.2.5",
"@nestjs/testing": "^8.2.5"
},
"release-it": {
"git": false
}
}

0 comments on commit 1e47bf3

Please sign in to comment.