mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-01-01 08:20:17 -06:00
13 lines
394 B
Batchfile
13 lines
394 B
Batchfile
call npm ci
|
|
call eslint cypress/integration
|
|
call eslint GapsWeb/src/main/resources/static/js
|
|
call npm run minify-input-css
|
|
call npm run uglifyjs-modules
|
|
call npm run uglifyjs-pages
|
|
call mvn clean install
|
|
del GapsOnWindows\*.jar
|
|
del GapsOnWindows\README.md
|
|
copy GapsWeb\target\GapsWeb-0.9.12.jar GapsOnWindows\gaps.jar
|
|
copy README.md GapsOnWindows\
|
|
cd GapsOnWindows
|
|
makensis gaps.nsi |