Skip to content

Commit

Permalink
try2
Browse files Browse the repository at this point in the history
  • Loading branch information
itaven committed Aug 24, 2023
1 parent cdb1a76 commit 48f7202
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Robot"
WIREIT_PARALLEL=1
yarn publish
yarn release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "tsc --build",
"test": "playwright test",
"lint": "eslint --ext ts .",
"publish": "npm run publish --workspaces && release-it",
"release": "npm run release --workspaces && release-it",
"publish:dry": "release-it --ci --dry-run"
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"license": "MIT",
"private": false,
"homepage": "https://github.com/lidofinance/wallets-testing-modules",
"repository": {
"type": "git",
Expand All @@ -16,7 +15,7 @@
},
"sideEffects": false,
"scripts": {
"publish": "release-it"
"release": "release-it"
},
"keywords": [
"lido",
Expand Down

0 comments on commit 48f7202

Please sign in to comment.