Skip to content

Commit

Permalink
2022 update (#158)
Browse files Browse the repository at this point in the history
* removing manual publication to gh-pages

* build changed this

* using gitpod added this

* let's try migrating from Lighthouse-bot to Lighthouse CI
  • Loading branch information
doppelganger9 committed Feb 5, 2022
1 parent 7ea7c6e commit 7f24b18
Show file tree
Hide file tree
Showing 7 changed files with 11,324 additions and 10,677 deletions.
11 changes: 11 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.

tasks:
- init: npm install && npm run build
command: npm run start
vscode:
extensions:
- dbaeumer.vscode-eslint

14 changes: 0 additions & 14 deletions docs.js

This file was deleted.

10 changes: 10 additions & 0 deletions lighthouserc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
ci: {
collect: {
staticDistDir: './www/stencil-qrcode-component/',
},
upload: {
target: 'temporary-public-storage',
},
},
};

0 comments on commit 7f24b18

Please sign in to comment.