Skip to content

Commit 94beeea

Browse files
committed
fixes : publishing script and yarn install
1 parent 6810c91 commit 94beeea

File tree

2 files changed

+1291
-26
lines changed

2 files changed

+1291
-26
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"scripts": {
3434
"build": "yarn parcel build src/docsify-footer.js -o docsify-footer.min.js",
3535
"prepublish": "yarn build",
36-
"release": "yarn prepublish && yarn np"
36+
"release": "yarn install && yarn np"
3737
},
3838
"files": [
3939
"dist",
@@ -55,7 +55,8 @@
5555
"np": "6.2.4"
5656
},
5757
"publishConfig": {
58-
"access": "public"
58+
"access": "public",
59+
"registry": "https://registry.npmjs.org"
5960
},
6061
"collective": {
6162
"url": "https://opencollective.com/alertbox"

0 commit comments

Comments
 (0)