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 d8c1186 commit 65b88b5Copy full SHA for 65b88b5
lighthouse-core/scripts/build-report-for-autodeployment.js
@@ -19,7 +19,7 @@ const {defaultSettings} = require('../config/constants.js');
19
const lighthouse = require('../index.js');
20
const lhr = /** @type {LH.Result} */ (require('../../lighthouse-core/test/results/sample_v2.json'));
21
22
-const DIST = path.join(__dirname, `../../dist`);
+const DIST = path.join(__dirname, `../../dist/now`);
23
24
(async function() {
25
addPluginCategory(lhr);
now.json
@@ -3,7 +3,8 @@
3
"builds": [
4
{
5
"src": "package.json",
6
- "use": "@now/static-build"
+ "use": "@now/static-build",
7
+ "config": {"distDir": "dist/now"}
8
}
9
],
10
"github": {
0 commit comments