summaryrefslogtreecommitdiff
path: root/themes/blowfish/lighthouserc.js
blob: 1ea89031b9b523ee68d51ecb3a610109203b34cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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",
    },
  },
};