Skip to content

Commit

Permalink
Merge pull request #689 from gentslava/fix/rollup
Browse files Browse the repository at this point in the history
Fix - Rollup build
  • Loading branch information
PiotrMachowski authored Feb 27, 2024
2 parents 2b13470 + 6644b03 commit a79eca3
Show file tree
Hide file tree
Showing 4 changed files with 4,793 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Build
run: |
npm install
npm ci
npm run build
- name: Archive built file
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- uses: actions/setup-node@v3
with:
node-version: 14

- name: Build the file
run: |
npm install
npm ci
npm run build
- name: Upload build result to release
Expand Down
Loading

0 comments on commit a79eca3

Please sign in to comment.