Commit 2bf0700

Anton Golub <antongolub@antongolub.com>
2025-03-31 21:43:31
chore: update build-jsr.mjs (#1173)
1 parent 585d1fd
Changed files (1)
scripts/build-jsr.mjs
@@ -59,6 +59,7 @@ fs.writeFileSync(
       publish: {
         include: ['src', 'README.md', 'LICENSE'],
       },
+      nodeModulesDir: true,
       imports: Object.entries(deps).reduce(
         (m, [k, v]) => {
           if (prodDeps.has(k)) {