Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed Nov 29, 2021
1 parent 98248f1 commit 279b3d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/pack.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copy `package-dev` stuff
New-Item "package-release" -ItemType Directory

$exclude = @(
"README.md",
"package.json",
Expand All @@ -11,7 +12,6 @@ $exclude = @(
"assembly-alias.*"
)

New-Item "package-release" -ItemType Directory
Copy-Item "package-dev/*" "package-release/" -Exclude $exclude -Recurse

# Override with package (e.g. custom .meta files)
Expand Down

0 comments on commit 279b3d2

Please sign in to comment.