chore: exclude node_modules
This commit is contained in:
parent
663adc9935
commit
8442f7a252
|
@ -9,6 +9,7 @@ const config = {
|
|||
output: "release/${version}"
|
||||
},
|
||||
files: [
|
||||
"!node_modules",
|
||||
"dist",
|
||||
"package.json"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue