Skip to content

Commit

Permalink
fix: ESM module exports (#7)
Browse files Browse the repository at this point in the history
* build: new esm build

* build: remove

* test: add PR to workflow

* feat: script for checking build types

* chore: updates to packages
  • Loading branch information
jpwallace22 authored Dec 31, 2023
1 parent a476fb2 commit 47cc2df
Show file tree
Hide file tree
Showing 60 changed files with 45 additions and 1,769 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
- name: Build
run: yarn build

- name: Setup Pages
uses: actions/configure-pages@v4

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand All @@ -43,3 +40,5 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
with:
token: ${{ github.token }}
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ typings/
# Optional eslint cache
.eslintcache

# Microbundle cache
# Microbundle
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
Expand All @@ -56,6 +56,8 @@ typings/

# Production
dist/
build/
.astro/

# editors
.vscode
Expand Down
21 changes: 0 additions & 21 deletions docs/.gitignore

This file was deleted.

32 changes: 0 additions & 32 deletions docs/build/404.html

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion docs/build/_astro/UseWorker.NbUf269S.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/build/_astro/UseWorkerFunc.CKWyl-XZ.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/build/_astro/UseWorkerFunc.W7Z4punU.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/build/_astro/UseWorkerState.WHprsTeb.js

This file was deleted.

Loading

0 comments on commit 47cc2df

Please sign in to comment.