Skip to content

Commit

Permalink
Clean dist before creating new one, zip default to add files
Browse files Browse the repository at this point in the history
  • Loading branch information
sneetsher committed Feb 1, 2024
1 parent ccecc0d commit 54deab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clean: dist-clean
dist-clean:
rm package/keyboard_modifiers_status@sneetsher.zip

dist:
dist: dist-clean
mkdir -p package
zip -j package/keyboard_modifiers_status@sneetsher.zip ./*.js* ./*.css

Expand Down

0 comments on commit 54deab4

Please sign in to comment.