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

npm run build generates untracked files #7275

Open
marthacryan opened this issue Nov 19, 2024 · 0 comments
Open

npm run build generates untracked files #7275

marthacryan opened this issue Nov 19, 2024 · 0 comments
Labels
bug something broken infrastructure build process etc. P2 considered for next cycle

Comments

@marthacryan
Copy link
Collaborator

To reproduce:

  • clone the plotly.js repo or git clean
  • npm i
  • npm run build
  • git status
  • This is the output:
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   dist/plotly-basic.js
	modified:   dist/plotly-cartesian.js
	modified:   dist/plotly-finance.js
	modified:   dist/plotly-geo.js
	modified:   dist/plotly-gl2d.js
	modified:   dist/plotly-gl3d.js
	modified:   dist/plotly-mapbox.js
	modified:   dist/plotly-strict.js
	modified:   dist/plotly-with-meta.js
	modified:   dist/plotly.js

We should add these files to the git repo.

@gvwilson gvwilson added bug something broken P2 considered for next cycle infrastructure build process etc. labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken infrastructure build process etc. P2 considered for next cycle
Projects
None yet
Development

No branches or pull requests

2 participants