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 84d7123 commit e365961Copy full SHA for e365961
lib/ci.js
@@ -31,7 +31,7 @@ const ci = async () => {
31
'later to generate a package-lock.json file, then try again.'
32
throw new Error(msg)
33
}),
34
- rimraf(`${where}/node_modules/`),
+ rimraf(`${where}/node_modules/*`, { glob: { dot: true, nosort: true, silent: true } }),
35
])
36
// npm ci should never modify the lockfile or package.json
37
await arb.reify({ save: false })
0 commit comments