ci: ensure all of lib is packaged

This commit is contained in:
Derrick Hammer 2023-06-15 22:39:46 -04:00
parent 6dff1d7016
commit d7430565d8
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 4 additions and 1 deletions

View File

@ -43,5 +43,8 @@
"stream-to-blob": "^2.0.1",
"tus-js-client": "^3.1.0",
"web-streams-polyfill": "^3.2.1"
}
},
"files":[
"lib/**"
]
}