Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Remove contents of dist
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmm80 committed Mar 9, 2016
1 parent 49f4446 commit dbc8a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ app="summon"

# Zip and copy to the dist dir
echo "==> Packaging..."
rm -rf pkg/dist
rm -rf pkg/dist/*
mkdir -p pkg/dist

for PLATFORM in $(find pkg -mindepth 1 -maxdepth 1 -type d); do
Expand Down

0 comments on commit dbc8a7a

Please sign in to comment.