# project root
$: nvm use # uses node version that's defined in .nvmrc
$: npm i # install dependencies
# @exile-watch/writ project
# package path e.g. ~/writ/packages/writ-react
$: npm link
# @exile-watch/writ project
# package path e.g. ~/writ/packages/writ-react
$: npm run build
# @exile-watch/crucible project
# root path ~/crucible
$: npm link @exile-watch/writ-react #
Happy with the change?
Create a new pull request and don't forget to locally unlink modified package:
# @exile-watch/writ project
# package path e.g. ~/writ/packages/writ-react
$: npm unlink
# @exile-watch/crucible project
# root path ~/crucible
$: npm i # this will "revert" linked module to the actual package