Skip to content

Commit bfed790

Browse files
chore: add build step for publish (#45)
1 parent 950ff4a commit bfed790

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
node-version: lts/*
1616
check-latest: true
1717
- run: npm install --no-package-lock
18-
name: Install dev dependencies
18+
name: Install dependencies
19+
- run: npm run build
20+
name: Build
1921
- run: npx semantic-release
2022
env:
2123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)