0.0.4 • Published 4 years ago
@dwayneyuen/next-jobs v0.0.4
next-jobs
Local development
- In this project's root folder, run
npm link - In the project which uses this as a dependency, run
npm link @dwayneyuen/next-jobs. This will allow your local project to pick your changes without modifying thepackage.json. Whenever you run an `npm install, you'll need to re-run the second link command.