Skip to content

Commit

Permalink
updated bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
bejoinka committed Aug 2, 2024
1 parent dd73385 commit a0a1105
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
id: npm-ci-test
run: npm run ci-test

- name: bundle
id: npm-bundle
run: npm run bundle

- name: Coverage
id: npm-coverage
run: npm run coverage
Expand All @@ -54,7 +58,6 @@ jobs:
git config --global user.name "Awell CI"
git config --global user.email "[email protected]"
npm version patch
npm run bundle
new_version=v$(cat package.json | jq -r '.version')
git commit --amend -m "$new_version [skip ci]"
git push
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit a0a1105

Please sign in to comment.