chore(tools): update docker setup to use npm ci

This commit is contained in:
Valeriy
2019-04-28 21:04:22 +03:00
committed by mrugesh mohapatra
parent 5edaee4269
commit 4f1fdfdd14
6 changed files with 23 additions and 28 deletions

4
patch_npm_and_install.sh Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
patch /usr/local/lib/node_modules/npm/node_modules/libcipm/index.js < libcimp_index_js.patch
su node -c "npm ci"