Skip to content

Commit

Permalink
fix: try setting "staticDistDir"
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Nov 29, 2019
1 parent 7d67351 commit 0d737d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .lighthouserc.json
@@ -1,5 +1,8 @@
{
"ci": {
"collect": {
"staticDistDir": "./"
},
"upload": {
"target": "temporary-public-storage"
}
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,5 +14,5 @@ before_install:
- npm install -g @lhci/cli

script:
- npm run build # build your site
- lhci autorun
- npm test

0 comments on commit 0d737d8

Please sign in to comment.