chore: exclude node_modules

This commit is contained in:
草鞋没号 2021-11-09 14:34:08 +08:00
parent 663adc9935
commit 8442f7a252
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ const config = {
output: "release/${version}"
},
files: [
"!node_modules",
"dist",
"package.json"
],