Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible with [email protected] #1156

Open
appsforartists opened this issue Aug 12, 2024 · 0 comments
Open

Incompatible with [email protected] #1156

appsforartists opened this issue Aug 12, 2024 · 0 comments

Comments

@appsforartists
Copy link
Member

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 [email protected].

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant