Skip to content

Commit

Permalink
Linux: optimize packaging
Browse files Browse the repository at this point in the history
Linux: add files to ignore during packaging
  • Loading branch information
Oolonk committed Sep 27, 2023
1 parent 971509b commit 9bf70bb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@
}
},
"build": {
"files": [
"!.gitignore",
"!regions.json",
"!changelog.txt",
"!README.md",
"!scoreboard.json"
],
"linux": {
"target": [
{
Expand Down Expand Up @@ -101,4 +108,4 @@
"rxjs": "^7.8.0",
"ws": "^6.1.0"
}
}
}

0 comments on commit 9bf70bb

Please sign in to comment.