Skip to content

Commit c427a10

Browse files
committed
Remove clean-install.sh script
1 parent dce97ca commit c427a10

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

clean-install.sh

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +0,0 @@
1-
#!/bin/bash
2-
3-
# 删除node_modules和package-lock.json
4-
echo "正在清理旧依赖..."
5-
rm -rf node_modules package-lock.json
6-
7-
# 清理npm缓存
8-
echo "清理npm缓存..."
9-
npm cache clean --force
10-
11-
# 重新安装依赖
12-
echo "重新安装依赖..."
13-
npm install
14-
15-
echo "依赖安装完成!"

0 commit comments

Comments
 (0)