mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-22 04:18:33 -05:00
fix: fix npmignore, prevent version cache from being published
This commit is contained in:
Vendored
+1
-1
@@ -50,6 +50,6 @@ files.forEach(pkg => {
|
||||
|
||||
const npmIgnorePath = path.join(packagesDir, pkg, `.npmignore`)
|
||||
if (!fs.existsSync(npmIgnorePath)) {
|
||||
fs.writeFileSync(npmIgnorePath, `__tests__/\n__mocks__/`)
|
||||
fs.writeFileSync(npmIgnorePath, `__tests__\n__mocks__`)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user