Skip to content

Commit 9ab8f6f

Browse files
committed
build: action build command 추가
1 parent b101d2a commit 9ab8f6f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/strong-tables-grab.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"notion-to-utils": patch
3+
---
4+
5+
build 커맨드 추가

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Install Dependencies
2929
run: pnpm install --frozen-lockfile
3030

31+
- name: Build packages
32+
run: pnpm build
33+
3134
- name: Creating .npmrc
3235
run: |
3336
cat << EOF > "$HOME/.npmrc"

0 commit comments

Comments
 (0)