Skip to content

Commit a2bebf2

Browse files
committed
fix: build prior to release and ignore src when publishing
1 parent a8a6c1d commit a2bebf2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- uses: ./.github/actions/prepare
16+
- run: pnpm build
1617
- run: git config user.name "${GITHUB_ACTOR}"
1718
- run: git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
1819
- env:

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ coverage/
88
cspell.json
99
pnpm-lock.yaml
1010
tsconfig*.json
11+
src

0 commit comments

Comments
 (0)