Files
lifeRestart/build.sh
2021-09-15 00:00:31 +08:00

4 lines
89 B
Bash

#!/bin/sh
# 前端应用存在NPM依赖时的默认编译脚本
npm install
npm run build