-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b178f19
commit afb0784
Showing
31 changed files
with
49,000 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,9 @@ jobs: | |
|
||
- name: Tests | ||
run: npm run test | ||
|
||
- name: Run Lighthouse CI | ||
run: | | ||
npm run build | ||
npm install -g @lhci/[email protected] | ||
lhci autorun |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
(window.webpackJsonp = window.webpackJsonp || []).push([ | ||
[4], | ||
{ | ||
341: function (e, n, t) { | ||
'use strict'; | ||
t.r(n); | ||
t(1); | ||
var c = t(16), | ||
component = Object(c.a)( | ||
{}, | ||
function () { | ||
var e = this.$createElement; | ||
return (this._self._c || e)('div', { | ||
staticClass: 'user-badges--container', | ||
}); | ||
}, | ||
[], | ||
!1, | ||
null, | ||
null, | ||
null, | ||
); | ||
n.default = component.exports; | ||
}, | ||
}, | ||
]); |
Oops, something went wrong.