Skip to content

Commit a7d918f

Browse files
authored
fix: build lib before publishing to npm (#14)
1 parent 92fc3fa commit a7d918f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ jobs:
118118
with:
119119
node-version-file: '.nvmrc'
120120

121+
- name: Install deps
122+
run: npm ci --audit=false
123+
124+
- name: Build
125+
run: npm run build
126+
121127
- name: Semantic Release
122128
uses: cycjimmy/semantic-release-action@v4
123129
# Only run on non-PR events or only PRs that aren't from forks

0 commit comments

Comments
 (0)