Skip to content

Commit 36db265

Browse files
authored
Update event handler name
1 parent e9ca383 commit 36db265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Conf = require('conf') // for simple kv store
1010
module.exports = {
1111
name: '@netlify/plugin-lighthouse',
1212
// users will be tempted to use semver, but we really don't care
13-
postDeploy: async ({ pluginConfig }) => {
13+
onPostDeploy: async ({ pluginConfig }) => {
1414
let { site = process.env.SITE, currentVersion, compareWithVersion = 'init' } = pluginConfig
1515

1616
if (typeof currentVersion === `undefined`) {

0 commit comments

Comments
 (0)