Skip to content

Commit

Permalink
Add Lighthouse CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasmall committed Oct 22, 2021
1 parent b178f19 commit afb0784
Show file tree
Hide file tree
Showing 31 changed files with 49,000 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
26 changes: 26 additions & 0 deletions .output/public/_nuxt/0d5a20e.js
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;
},
},
]);
Loading

0 comments on commit afb0784

Please sign in to comment.