mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-05 22:19:46 -06:00
fix(cli): don't include workspaces.nohoist in public NPM package (#22365)
This commit is contained in:
@@ -31,6 +31,7 @@ function preparePackageForNpmRelease (json) {
|
||||
delete json['private']
|
||||
// no need to include "nyc" code coverage settings
|
||||
delete json.nyc
|
||||
delete json.workspaces
|
||||
|
||||
_.extend(json, {
|
||||
version,
|
||||
|
||||
Reference in New Issue
Block a user