Use yarn instead of npm in docker
This commit is contained in:
parent
28501f6b9d
commit
6af83d7630
@ -1,6 +1,7 @@
|
||||
export NPROCS=1 && export JOBS=1 && export CXX=g++-4.9 && export PGUSER=postgres
|
||||
|
||||
npm install
|
||||
npm install -g yarn@0.27.5
|
||||
yarn
|
||||
|
||||
/etc/init.d/postgresql start
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user