-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Description
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
- Clone the repository
- Run "npm run compile"
- 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 runAdditional 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
Labels
Type
Projects
Status