mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added build debug step in check_setup
This commit is contained in:
parent
4efd48c4b9
commit
5f2fb60e1f
@ -2,6 +2,7 @@ cd website
|
||||
|
||||
call npm install
|
||||
call npm install -g watchify babelify tsify
|
||||
call npm run build-debug
|
||||
|
||||
cd ..
|
||||
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
"scripts": {
|
||||
"emit-declarations": "call ./scripts/emit-declarations.bat",
|
||||
"build-release": "call ./scripts/build-release.bat",
|
||||
"build-debug": "call ./scripts/build-debug.bat",
|
||||
"watch": "call ./scripts/watch.bat"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
1
frontend/website/scripts/build-debug.bat
Normal file
1
frontend/website/scripts/build-debug.bat
Normal file
@ -0,0 +1 @@
|
||||
call browserify --debug .\src\index.ts -o ..\..\build\frontend\public\javascripts\bundle.js -t [ babelify --global true --presets [ @babel\preset-env ] --extensions '.js'] -p [ tsify --noImplicitAny ]
|
||||
Loading…
x
Reference in New Issue
Block a user