chore(tools): update docker setup to use npm ci
This commit is contained in:
committed by
mrugesh mohapatra
parent
5edaee4269
commit
4f1fdfdd14
13
libcimp_index_js.patch
Normal file
13
libcimp_index_js.patch
Normal 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()
|
Reference in New Issue
Block a user