Skip to content

Commit 22eb0be

Browse files
committed
ci: 💚 meteor publish: remove node_modules first
1 parent a51d6c7 commit 22eb0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"hooks": {
1414
"after:bump": "yarn run release-changelog ${version}",
15-
"after:release": "meteor publish"
15+
"after:release": "rm -rf node_modules && meteor publish"
1616
}
1717
}
1818

0 commit comments

Comments
 (0)