Skip to content

Commit

Permalink
fix(ci): install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed Dec 30, 2023
1 parent f0af64f commit 46e4703
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
}
},
"publish": [
"npm run build",
"npm publish --access public"
"yarn install",
"yarn build",
"yarn publish --access public"
]
},
"rust": {
Expand Down

0 comments on commit 46e4703

Please sign in to comment.