We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ca383 commit 36db265Copy full SHA for 36db265
index.js
@@ -10,7 +10,7 @@ const Conf = require('conf') // for simple kv store
10
module.exports = {
11
name: '@netlify/plugin-lighthouse',
12
// users will be tempted to use semver, but we really don't care
13
- postDeploy: async ({ pluginConfig }) => {
+ onPostDeploy: async ({ pluginConfig }) => {
14
let { site = process.env.SITE, currentVersion, compareWithVersion = 'init' } = pluginConfig
15
16
if (typeof currentVersion === `undefined`) {
0 commit comments