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

13
libcimp_index_js.patch Normal file
View File

@@ -0,0 +1,13 @@
diff --git a/index.js b/index.js
index 61bf354..c00dc03 100644
--- a/index.js
+++ b/index.js
@@ -156,7 +156,7 @@ class Installer {
)
return BB.join(
this.checkLock(),
- stat && rimraf(path.join(this.prefix, 'node_modules'))
+ stat && rimraf(path.join(this.prefix, 'node_modules/*'))
)
}).then(() => {
// This needs to happen -after- we've done checkLock()