Updates to Build Scripts
npm publish --access=public"publishConfig": {
"access": "public"
}NPM Link Workflow Guide
What is npm link?
Setup (One-time)
1. Link the package globally
2. Link in your consuming project
Daily Workflow
Making changes
Testing changes
If something breaks
Publishing Workflow
1. Update version in package.json
2. Publish to npm
3. Update consuming projects
Troubleshooting
"Module not found"
"Old code is running"
"Want to switch back to npm version"
Current Status
Benefits of npm link
Last updated