Skip to content

Commit

Permalink
Make sure old extension is cleaned up before building the new one
Browse files Browse the repository at this point in the history
This should happen automatically but this just makes sure that noone
is left with the old extension locally after installing a new update
that requries a newer version of the extension.
  • Loading branch information
apainintheneck committed Feb 2, 2024
1 parent ec097fb commit ff7d1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
- Kevin Robell <[email protected]>

scripts:
postinstall: "make extension"
postinstall: 'make clean extension'

crystal: '>= 1.10.1'

Expand Down

0 comments on commit ff7d1b7

Please sign in to comment.