Skip to content

Commit

Permalink
fix: remove malformed glob syntax
Browse files Browse the repository at this point in the history
- move to esbuild from SWC
- misc cleanup
  • Loading branch information
atomicpages committed Jan 25, 2023
1 parent 6077208 commit c97c5a6
Show file tree
Hide file tree
Showing 6 changed files with 515 additions and 1,766 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/on_push.yml
Expand Up @@ -12,10 +12,11 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install dependencies
run: npm ci
- name: Build
Expand Down
19 changes: 0 additions & 19 deletions .swcrc

This file was deleted.

0 comments on commit c97c5a6

Please sign in to comment.