Skip to content

Commit

Permalink
fix(ci): build NPM package before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed Dec 30, 2023
1 parent 4045012 commit 4d0ce4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
}
},
"publish": [
"npm run build",
"npm publish --access public"
]
},
Expand Down
5 changes: 5 additions & 0 deletions .changes/fix-missing-dist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@crabnebula/tauri-plugin-drag": patch
---

Fixes package missing dist files.

0 comments on commit 4d0ce4f

Please sign in to comment.