I'm making some simple chnages to some web files located in a package's dist folder. The changes are to .astro files.
I make the changes and then run npx patch-package astrobook and I get:
patch-package 8.0.0
• Creating temporary folder
• Installing astrobook@0.8.3 with npm
• Diffing your files with clean files
⁉️ Not creating patch file for package 'astrobook'
⁉️ There don't appear to be any changes.
Thoughts I why my changes aren't detected?
I'm making some simple chnages to some web files located in a package's
distfolder. The changes are to.astrofiles.I make the changes and then run
npx patch-package astrobookand I get:Thoughts I why my changes aren't detected?