mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-12 12:46:41 +08:00
4 lines
89 B
Bash
4 lines
89 B
Bash
#!/bin/sh
|
|
# 前端应用存在NPM依赖时的默认编译脚本
|
|
npm install
|
|
npm run build |