Skip to content

Commit

Permalink
fix: build package before publishing it (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasnix authored Oct 2, 2024
1 parent f17ff4c commit b2203e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
run: npm run lint:check
- name: Test
run: npm run test
- name: Publish package
- name: Build
run: npm run build
- name: Publish
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
run: npx semantic-release
env:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kasnix/structured-objects",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/luckasnix/structured-objects.git"
Expand Down

0 comments on commit b2203e0

Please sign in to comment.