Skip to content

Commit

Permalink
bundle with Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Veneman committed May 31, 2024
1 parent 077bc63 commit 95f715d
Show file tree
Hide file tree
Showing 7 changed files with 2,165 additions and 9,591 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 95f715d

Please sign in to comment.