[go: nahoru, domu]

Skip to content

Commit

Permalink
build: stage viewer with now-build (#10151)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored and patrickhulce committed Dec 30, 2019
1 parent 4a52092 commit 88202d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion now.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
],
"github": {
"silent": true
}
},
"trailingSlash": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"chrome": "node lighthouse-core/scripts/manual-chrome-launcher.js",
"fast": "yarn start --emulated-form-factor=none --throttlingMethod=provided",
"deploy-viewer": "yarn build-viewer --deploy",
"now-build": "node lighthouse-core/scripts/build-report-for-autodeployment.js",
"now-build": "node lighthouse-core/scripts/build-report-for-autodeployment.js && yarn build-viewer && cp -r dist/viewer dist/now/viewer",
"bundlesize": "bundlesize",
"dogfood-lhci": "./lighthouse-core/scripts/dogfood-lhci.sh",
"timing-trace": "node lighthouse-core/scripts/generate-timing-trace.js",
Expand Down

0 comments on commit 88202d0

Please sign in to comment.