We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a610c73 commit 9dc0719Copy full SHA for 9dc0719
packages/usdk/lib/deploy.mjs
@@ -151,7 +151,7 @@ export const deploy = async (args, opts) => {
151
152
const uint8Array = await packZip(directory, {
153
exclude: [
154
- /[\/\\]node_modules[\/\\]/, // linux and windows
+ // /[\/\\]node_modules[\/\\]/, // linux and windows
155
{
156
test: (p) => {
157
p = p.slice(directory.length + 1);
0 commit comments