Skip to content

Commit f95b0ae

Browse files
authored
chore: fix local script (#76)
1 parent 679d220 commit f95b0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Netlify Plugin to run Lighthouse on each build",
55
"main": "src/index.js",
66
"scripts": {
7-
"local": "node -e 'require(\"./src/index.js\").onSuccess()'",
7+
"local": "node -e 'require(\"./src/index.js\").onPostBuild()'",
88
"lint": "eslint 'src/**/*.js'",
99
"format": "prettier --write 'src/**/*.js'",
1010
"test": "jest",

0 commit comments

Comments
 (0)