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

Remove either npm run compile or npm run build #40

Open
hediet opened this issue May 28, 2024 · 0 comments
Open

Remove either npm run compile or npm run build #40

hediet opened this issue May 28, 2024 · 0 comments

Comments

@hediet
Copy link
Member

hediet commented May 28, 2024

It seems that npm run build is currently broken due to a runtime import of vscode:

Code_-_Insiders_Jn1ORzBF4I

CI avoids this issue by running npm run compile:

- script: npm run compile

I suggest to either fix the esbuild script or to remove it, as it may cause a rabbit hole for others who run into this and wonder why CI is green.

Also, there should only be npm run compile or npm run build to avoid confusion.

@hediet hediet changed the title Fix or remove build script / npm run build Remove either npm run compile or npm run build May 28, 2024
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