From 8d1ba120dd95b197431a7b334c95897da6922a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E4=BD=B3=E9=B8=BF?= <2446434034@qq.com> Date: Mon, 12 Aug 2024 13:55:22 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20run.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 run.sh diff --git a/run.sh b/run.sh deleted file mode 100644 index 05f6a0b..0000000 --- a/run.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -# 退出脚本并返回错误代码,如果有错误 -set -e - -# 安装项目依赖 -npm install - -# 构建 VuePress 项目 -npm run build