You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EDIT: Something larger is at play. Dependencies are getting added that are not included in the source files. It seems to be connected to the story files.
To reproduce:
Build the button package
Notice that items like @terminus/spacing is added to dependencies despite not being imported.
Delete the button.stories.ts file
Rebuild the button package
Notice that @terminus/spacing is no longer present
Looking over the generated package.json for the paginator and it seems there are several items listed as dependencies that should be peer dependencies.
Update all packages package.json file with the correct dependencies and peer deps
Check the publish packages for the current lists
Compile all packages
Check the compiled package.json files and add any missing dep or peerDep to the schematic
The text was updated successfully, but these errors were encountered:
EDIT: Something larger is at play. Dependencies are getting added that are not included in the source files. It seems to be connected to the story files.
To reproduce:
@terminus/spacing
is added todependencies
despite not being imported.button.stories.ts
file@terminus/spacing
is no longer presentLooking over the generated
package.json
for the paginator and it seems there are several items listed as dependencies that should be peer dependencies.package.json
file with the correct dependencies and peer depspackage.json
files and add any missing dep or peerDep to the schematicThe text was updated successfully, but these errors were encountered: