Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

npm script commands appear to cause rollup to run all rollups #7

Closed
hamilton opened this issue Jun 15, 2021 · 1 comment · Fixed by #4
Closed

npm script commands appear to cause rollup to run all rollups #7

hamilton opened this issue Jun 15, 2021 · 1 comment · Fixed by #4
Assignees
Labels
bug Something isn't working

Comments

@hamilton
Copy link
Contributor

It appears that running a command like npm run site-dev causes all the other rollup configurations to be executed. It's unclear why this would be the case.

@hamilton hamilton added the bug Something isn't working label Jun 15, 2021
@hamilton
Copy link
Contributor Author

Oops. I figured it out. The typical Svelte rollup template includes a child process that kicks off, running npm run start --dev. That means something here that it doesn't mean in a typical Svelte repository.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
1 participant