Skip to content

Commit

Permalink
feat: migrate to ESM modules & fix master tagging (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
hertzg authored Dec 14, 2021
1 parent 4f67ebf commit 36a056d
Show file tree
Hide file tree
Showing 15 changed files with 875 additions and 10,784 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
node-version: 14
- uses: actions/checkout@v2

- run: yarn install

- id: builds
run: yarn builds

Expand Down
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
.idea/

node_modules/

# Ignore Yarn 2 files including Zero-Installs
.yarn/*
!.yarn/cache
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
!.yarn/versions
Loading

0 comments on commit 36a056d

Please sign in to comment.