@ -1,10 +0,0 @@
#!/bin/bash
# 退出脚本并返回错误代码,如果有错误
set -e
# 安装项目依赖
npm install
# 构建 VuePress 项目
npm run build