feat: install .npmrc if it does not exist.
This commit is contained in:
@@ -36,6 +36,11 @@ if [ ! -e ~/.gitconfig.local ]; then
|
|||||||
cp ${BASEDIR}/.gitconfig.local ~/
|
cp ${BASEDIR}/.gitconfig.local ~/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#
|
||||||
|
if [ ! -e ~/.npmrc ]; then
|
||||||
|
cp ${BASEDIR}/.npmrc ~/
|
||||||
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
cp ${BASEDIR}/.gdbinit ~/
|
cp ${BASEDIR}/.gdbinit ~/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user