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