add yarn package manager to npm packages to install
This commit is contained in:
parent
e6c71bf6f8
commit
7092b00739
|
@ -5,6 +5,7 @@ source $HOME/.profile
|
||||||
|
|
||||||
NPM_PKGS="
|
NPM_PKGS="
|
||||||
coffee-script
|
coffee-script
|
||||||
|
yarn
|
||||||
"
|
"
|
||||||
|
|
||||||
for PKG in $NPM_PKGS ; do
|
for PKG in $NPM_PKGS ; do
|
||||||
|
|
Loading…
Reference in New Issue