Skip to content

Regression: Missing "compile" script breaks existing automation #3881

@KJ7LNW

Description

@KJ7LNW

Which version of the app are you using?

v3.18.1

Which API Provider are you using?
N/A

Which Model are you using?
sonnet-3.5

What happened?

The project is missing a "compile" script in package.json, which breaks existing automation that relies on "npm run compile". This script is commonly expected in TypeScript/JavaScript projects to run the compilation step without performing the full build and packaging process.

Also tell us, what did you expect to happen?

I expected to be able to run "npm run compile" to compile the TypeScript code without creating the .vsix package. This is a standard script in many projects and is used in our automation pipelines.

Steps to reproduce

  1. Clone the repository
  2. Run "npm run compile"
  3. Observe error: "Missing script: "compile""

Relevant API REQUEST output

npm run compile
npm error Missing script: "compile"
npm error 
npm error Did you mean this?
npm error   npm run clean
npm error 
npm error To see a list of scripts, run:
npm error   npm run

Additional context

The "compile" script should perform the TypeScript compilation and bundling steps without creating the final .vsix package. This is needed for various automation scenarios where we want to verify the code compiles correctly without producing the final package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions