kopia lustrzana https://github.com/c9/core
link them in install-sdk
rodzic
fc8f90e8e9
commit
ee7e2c7ad0
|
@ -57,6 +57,17 @@ updateNodeModules() {
|
||||||
[ -d node_modules/$i ] || git checkout HEAD -- node_modules/$i;
|
[ -d node_modules/$i ] || git checkout HEAD -- node_modules/$i;
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
for pkg in kaefer smith; do
|
||||||
|
pushd packages/$pkg
|
||||||
|
npm link --production
|
||||||
|
popd
|
||||||
|
pushd node_modules
|
||||||
|
rm -rf $pkg
|
||||||
|
npm link $pkg
|
||||||
|
popd
|
||||||
|
done
|
||||||
|
|
||||||
rm -f package-lock.json
|
rm -f package-lock.json
|
||||||
|
|
||||||
echo "${magenta}--------------------------------------------------------------------${resetColor}"
|
echo "${magenta}--------------------------------------------------------------------${resetColor}"
|
||||||
|
|
Ładowanie…
Reference in New Issue