Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
itaven committed Aug 22, 2023
1 parent e6594a6 commit e1c6df9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "tsc --build",
"test": "playwright test",
"lint": "eslint --ext ts .",
"publish": "release-it --debug",
"publish": "release-it --ci --debug",
"publish:dry": "release-it --ci --dry-run"
},
"devDependencies": {
Expand Down Expand Up @@ -59,13 +59,13 @@
},
"@release-it-plugins/workspaces": {
"workspaces": [
"dist/packages/*"
"packages/*"
]
},
"@release-it/bumper": {
"in": "package.json",
"folders": [
"dist/packages/*"
"packages/*"
]
}
}
Expand Down

0 comments on commit e1c6df9

Please sign in to comment.