forked from liweijie/education
前端代码
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
cd /d D:\IDE-WorkSpace\New-JW\frontend
|
||||
if exist "%ProgramFiles%\nodejs\npm.cmd" (
|
||||
"%ProgramFiles%\nodejs\npm.cmd" run build:prod
|
||||
) else (
|
||||
npm run build:prod
|
||||
)
|
||||
echo Frontend dist updated: D:\IDE-WorkSpace\New-JW\frontend\dist
|
||||
Reference in New Issue
Block a user