We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb45b21 commit 500b147Copy full SHA for 500b147
1 file changed
scripts/bundle-and-gitignore-deps.js
@@ -50,7 +50,7 @@ const lsAndRmIgnored = async (dir) => {
50
)
51
52
for (const file of files) {
53
- await git('rm', file)
+ await git('rm', file, '--force')
54
}
55
56
// check if there are still ignored files left
0 commit comments