4 lines
116 B
Bash
4 lines
116 B
Bash
npm config set registry https://registry.npmmirror.com &&
|
|
node -v &&
|
|
npm install --loglevel verbose &&
|
|
npm run build |