Skip to content

Commit

Permalink
Replace babel with esm (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
hobroker committed Feb 4, 2020
1 parent b405af1 commit 85828f5
Show file tree
Hide file tree
Showing 9 changed files with 959 additions and 3,213 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,11 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install packages
run: npm ci
- name: Run Tests with coverage
- name: Run tests
run: npm run test:coverage
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v1.0.5
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# yml: ./codecov.yml
# fail_ci_if_error: true
- name: Build
run: npm run build
- name: Upload Build
uses: actions/upload-artifact@v1
with:
name: dist
path: dist
1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

26 changes: 0 additions & 26 deletions babel.config.json

This file was deleted.

Loading

0 comments on commit 85828f5

Please sign in to comment.