Skip to content

Commit

Permalink
bundle with Vite (#24)
Browse files Browse the repository at this point in the history
closes #23

---------

Co-authored-by: Bart Veneman <[email protected]>
  • Loading branch information
bartveneman and Bart Veneman authored May 31, 2024
1 parent 077bc63 commit 95b35df
Show file tree
Hide file tree
Showing 8 changed files with 2,166 additions and 9,592 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm ci
cache: "npm"
- run: npm install --no-fund --no-audit --ignore-scripts
- run: npm run build
- run: npm test

publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: "npm"
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm install --no-fund --no-audit --ignore-scripts
- run: npm run build
- run: npm publish
env:
Expand Down
Loading

0 comments on commit 95b35df

Please sign in to comment.