Skip to content

Commit b2844ea

Browse files
committed
chore: updating release-it config
1 parent bb78965 commit b2844ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/releases/configs/.release-it.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"npm": {
2929
"publish": true,
30-
"publishPath": "./build/lib",
30+
"publishPath": ".",
3131
"tag": "latest",
3232
"private": false,
3333
"access": null
@@ -45,7 +45,7 @@
4545
"dist": {
4646
"repo": false,
4747
"stageDir": ".stage",
48-
"baseDir": "dist",
48+
"baseDir": ".",
4949
"files": ["**/*"],
5050
"pkgFiles": null,
5151
"commit": false,

0 commit comments

Comments
 (0)