We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3808b59 commit 0b10b8cCopy full SHA for 0b10b8c
1 file changed
src/features/pkg/index.ts
@@ -128,6 +128,7 @@ async function packTarball(
128
const tarballPath = await pack(pkgDir, {
129
destination,
130
packageManager: detected?.name,
131
+ ignoreScripts: true,
132
})
133
return readFile(tarballPath)
134
} finally {
0 commit comments