Skip to content

Commit e980776

Browse files
committed
working around an NPM bug (npm/cli#2834). Release-it cannot handle this in configuration so I am working around it as well
1 parent e6b56f1 commit e980776

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.release-it.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
},
66
"plugins": {
77
"release-it-plugin-esm-bundle": {}
8+
},
9+
"npm": {
10+
"publishPath": ". --access=public"
811
}
912
}

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,5 @@
5050
"release-it-plugin-esm-bundle": "2.1.0",
5151
"rollup": "2.42.0",
5252
"rollup-plugin-terser": "7.0.2"
53-
},
54-
"publishConfig": {
55-
"access": "public"
5653
}
5754
}

0 commit comments

Comments
 (0)