Summary
Replace the file: reference to @extrachill/components with the published npm package.
Current State
package.json has:
"@extrachill/components": "file:../../extrachill-components"
This was previously at ../../../extrachill-components (wrong depth), fixed during the SEO refactor session.
Migration
- Update
package.json:
"@extrachill/components": "^1.0.0"
npm install
- Rebuild:
homeboy build extrachill-seo
Summary
Replace the
file:reference to@extrachill/componentswith the published npm package.Current State
package.jsonhas:This was previously at
../../../extrachill-components(wrong depth), fixed during the SEO refactor session.Migration
package.json:npm installhomeboy build extrachill-seo