Skip to content

Commit f8049cd

Browse files
Bump patch version v0.0.24
1 parent 32e1073 commit f8049cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/package.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ if (fs.existsSync(tempDir)) {
1818
fs.mkdirSync(tempDir);
1919

2020
try {
21-
// 🦨 FIX: Copy all properties except scripts (and optionally devDependencies)
2221
const prodPkg = { ...pkg };
2322
prodPkg.scripts = {};
2423
// Optionally remove devDependencies from the package

0 commit comments

Comments
 (0)