We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ddd3c commit 748430aCopy full SHA for 748430a
packages/cli/package.json
@@ -6,6 +6,9 @@
6
"type": "git",
7
"url": "https://github.com/GoogleChrome/lighthouse-ci.git"
8
},
9
+ "publishConfig": {
10
+ "access": "public"
11
+ },
12
"bin": {
13
"lhci": "./src/cli.js"
14
packages/server/package.json
@@ -7,6 +7,9 @@
"scripts": {
"clean": "rm -rf ./dist",
15
"build": "parcel build ./src/ui/index.html --public-url=/app",
packages/utils/package.json
"dependencies": {
"isomorphic-fetch": "^2.2.1"
}
0 commit comments