Skip to content

Commit 8f1aa1e

Browse files
committed
ci: update
1 parent 681fa4d commit 8f1aa1e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.release-it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"npm": false,
1111
"plugins": {
1212
"@release-it-plugins/workspaces": {
13+
"workspaces": ["libs/*"],
1314
"skipChecks": true,
1415
"publish": false
1516
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"author": "[email protected]",
1111
"workspaces": [
12-
"./libs/*"
12+
"libs/*"
1313
],
1414
"scripts": {
1515
"postinstall": "npx husky install",

0 commit comments

Comments
 (0)