Initial commit.
This commit is contained in:
15
themes/blowfish/lighthouserc.js
Normal file
15
themes/blowfish/lighthouserc.js
Normal file
@@ -0,0 +1,15 @@
|
||||
module.exports = {
|
||||
ci: {
|
||||
collect: {
|
||||
startServerCommand: "npm run example -- --disableLiveReload --minify",
|
||||
startServerReadyPattern: "Web Server is available",
|
||||
url: ["http://localhost:8008/blowfish/samples/emoji/"],
|
||||
settings: {
|
||||
skipAudits: ["uses-text-compression", "uses-long-cache-ttl"],
|
||||
},
|
||||
},
|
||||
upload: {
|
||||
target: "temporary-public-storage",
|
||||
},
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user