Skip to content

Commit

Permalink
test16
Browse files Browse the repository at this point in the history
  • Loading branch information
itaven committed Aug 15, 2023
1 parent a07bad3 commit 9e35193
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
"name": "wallets-testing-modules",
"version": "0.0.1",
"description": "Common modules for testing wallets",
"private": true,
"workspaces": [
"packages/extensions",
"packages/nodes",
"packages/wallets",
"packages/widgets"
],
"sideEffects": false,
"scripts": {
"build": "tsc --build",
Expand Down Expand Up @@ -59,7 +52,8 @@
"publish": true
},
"plugins": {
"@release-it-plugins/workspaces": true,
"@release-it-plugins/workspaces": {
"workspaces": ["dist/packages/*"]},
"@release-it/conventional-changelog": {
"preset": "angular"
}
Expand Down

0 comments on commit 9e35193

Please sign in to comment.