UNPKG

147 Bapplication/x-msdownloadView Raw
1@echo off
2
3:npm部署
4rd /s /q %cd%\app
5rd /s /q %cd%\runtime
6rd /s /q %cd%\node_modules
7del /s /q %cd%\*.log
8npm install && npm run compile
\No newline at end of file