-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Description
I am noticing my package-lock.json file hasn't been getting honored by npm (not related to scalajs-bundler I don't think), which causes serious bugs due to slide versioning causing minor releases to be downloaded instead of static versions you've developed against.
What seems to definitely be the most certain way to enforce building using package-lock.json is running npm ci instead of npm install.
Is there a way to trigger this behavior through scalajs-bundler? I am currently cding into the target directory and running npm ci as a separate step:
(cd client/target/scala-2.13/scalajs-bundler/main/ && npm ci)Is there a way to automate this as part of the sbt build?
Metadata
Metadata
Assignees
Labels
No labels