Skip to content

Commit 748430a

Browse files
committedSep 9, 2019
chore: enable public scope npm publishes
1 parent 82ddd3c commit 748430a

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed
 

‎packages/cli/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"type": "git",
77
"url": "https://github.com/GoogleChrome/lighthouse-ci.git"
88
},
9+
"publishConfig": {
10+
"access": "public"
11+
},
912
"bin": {
1013
"lhci": "./src/cli.js"
1114
},

‎packages/server/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"type": "git",
88
"url": "https://github.com/GoogleChrome/lighthouse-ci.git"
99
},
10+
"publishConfig": {
11+
"access": "public"
12+
},
1013
"scripts": {
1114
"clean": "rm -rf ./dist",
1215
"build": "parcel build ./src/ui/index.html --public-url=/app",

‎packages/utils/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"type": "git",
77
"url": "https://github.com/GoogleChrome/lighthouse-ci.git"
88
},
9+
"publishConfig": {
10+
"access": "public"
11+
},
912
"dependencies": {
1013
"isomorphic-fetch": "^2.2.1"
1114
}

0 commit comments

Comments
 (0)
Please sign in to comment.