Skip to content

Incompatible with yarn@4.4.0 #1156

Open
@appsforartists

Description

Here is a package.json I have in my workspace:

{
  "private": true,
  
  "scripts": {
    "build": "yarn run -TB wireit",
    "deploy": "yarn run -TB wireit"
  },
  "wireit": {
    "build": {
      "command": "./copy_files.py",
      
    },
    "deploy": {
      "command": "firebase deploy",
      "dependencies": [
        "build"
      ]
    }
  }
}

yarn run deploy runs fine in that folder with yarn@4.0.1.

In 4.4.0, I get this error:

❌ package.json:1:1 Script "deploy" not found in the scripts section of this package.json.

It appears to be from analyzer.ts, although the error message doesn't specify which package.json is problematic.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions