Skip to content

Commit

Permalink
test15
Browse files Browse the repository at this point in the history
  • Loading branch information
itaven committed Aug 15, 2023
1 parent ec63652 commit 3e67644
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "wallets-testing-modules",
"version": "0.0.1",
"description": "Common modules for testing wallets",
"private": true,
"workspaces": [
"packages/extensions",
"packages/nodes",
Expand All @@ -13,7 +14,7 @@
"build": "tsc --build",
"test": "playwright test",
"lint": "eslint --ext ts .",
"publish": "npm run release --workspaces && release-it --VV",
"publish": "release-it --ci --VV",
"publish:dry": "release-it --ci --dry-run"
},
"devDependencies": {
Expand Down

0 comments on commit 3e67644

Please sign in to comment.