11cb0ef41Sopenharmony_ci#!/bin/sh 21cb0ef41Sopenharmony_ci 31cb0ef41Sopenharmony_ci[[ -d /usr/local/lib/node_modules/npm ]] \ 41cb0ef41Sopenharmony_ci && rm -rf /usr/local/lib/node_modules/npm 51cb0ef41Sopenharmony_ciexit 0 6