Skip to content

Commit a610c73

Browse files
authored
Merge pull request #843 from UpstreetAI/ignore-node-modules-deploy
uncomment node_modues exclude
2 parents 3776c1d + 39180ba commit a610c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/usdk/lib/deploy.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const deploy = async (args, opts) => {
151151

152152
const uint8Array = await packZip(directory, {
153153
exclude: [
154-
// /[\/\\]node_modules[\/\\]/, // linux and windows
154+
/[\/\\]node_modules[\/\\]/, // linux and windows
155155
{
156156
test: (p) => {
157157
p = p.slice(directory.length + 1);

0 commit comments

Comments
 (0)