Skip to content

Commit f693bab

Browse files
committed
workflows, add bundle files to git
1 parent ff786fd commit f693bab

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release-new-version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
- name: Build package
4646
run: bun run --bun build
4747

48+
- name: Build bundle
49+
run: bun run --bun bundle
50+
4851
- name: Run release command
4952
run: |
5053
git config --local user.email "pouya.saadeghi@gmail.com"

.github/workflows/write-release-notes.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
- name: Build package
2525
run: bun run --bun build
2626

27-
- name: Build bundle
28-
run: bun run --bun bundle
29-
3027
- name: Read package version from package.json
3128
id: package-version
3229
run: |

packages/bundle/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
*.js
2-
*.mjs
1+
# *.js
2+
# *.mjs

0 commit comments

Comments
 (0)