Skip to content

Commit

Permalink
Add dist
Browse files Browse the repository at this point in the history
  • Loading branch information
robinraju committed Jul 21, 2020
1 parent 8d7c8fa commit a64698a
Show file tree
Hide file tree
Showing 3 changed files with 2,353 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- run: |
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,4 @@ Thumbs.db

# Ignore built ts files
__tests__/runner/*
lib/**/*
dist/
lib/**/*
Loading

0 comments on commit a64698a

Please sign in to comment.