Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Add .circleci/config.yml #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2.1
jobs:
build:
docker:
- image: circleci/node:10.16-browsers
working_directory: ~/your-project
steps:
- checkout
- run: npm install
- run: npm run build
- run: sudo npm install -g @lhci/[email protected]
- run:
name: lhci autorun
command: lhci autorun --upload.target=temporary-public-storage || echo "LHCI failed!"