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 679d220 commit f95b0aeCopy full SHA for f95b0ae
package.json
@@ -4,7 +4,7 @@
4
"description": "Netlify Plugin to run Lighthouse on each build",
5
"main": "src/index.js",
6
"scripts": {
7
- "local": "node -e 'require(\"./src/index.js\").onSuccess()'",
+ "local": "node -e 'require(\"./src/index.js\").onPostBuild()'",
8
"lint": "eslint 'src/**/*.js'",
9
"format": "prettier --write 'src/**/*.js'",
10
"test": "jest",
0 commit comments