parent
2b14ca9ed4
commit
422f03c3b3
|
@ -47,6 +47,7 @@ jobs:
|
||||||
npm config set registry https://registry.npmmirror.com/ && \
|
npm config set registry https://registry.npmmirror.com/ && \
|
||||||
npm install -g lerna@6 && \
|
npm install -g lerna@6 && \
|
||||||
npm install -g yarn && \
|
npm install -g yarn && \
|
||||||
|
yarn config set registry https://registry.npmmirror.com/ && \
|
||||||
node -p "process.arch" && \
|
node -p "process.arch" && \
|
||||||
lerna -v && \
|
lerna -v && \
|
||||||
npm -v && \
|
npm -v && \
|
||||||
|
|
Loading…
Reference in New Issue