Skip to content

Commit 0b10b8c

Browse files
committed
fix(package): ignore scripts when packing
closes #756
1 parent 3808b59 commit 0b10b8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/features/pkg/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ async function packTarball(
128128
const tarballPath = await pack(pkgDir, {
129129
destination,
130130
packageManager: detected?.name,
131+
ignoreScripts: true,
131132
})
132133
return readFile(tarballPath)
133134
} finally {

0 commit comments

Comments
 (0)