mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added check on correct setup of the environment
This commit is contained in:
@@ -1 +1 @@
|
||||
call browserify ./src/index.ts -o ../../build/frontend/public/javascripts/bundle.js -t [ babelify --global true --presets [ @babel/preset-env ] --extensions '.js'] -p [ tsify --noImplicitAny ]
|
||||
call browserify .\src\index.ts -o ..\..\build\frontend\public\javascripts\bundle.js -t [ babelify --global true --presets [ @babel\preset-env ] --extensions '.js'] -p [ tsify --noImplicitAny ]
|
||||
|
||||
@@ -1 +1 @@
|
||||
tsc --project tsconfig.json --declaration --emitDeclarationOnly --outfile ./@types/olympus/index.d.ts
|
||||
tsc --project tsconfig.json --declaration --emitDeclarationOnly --outfile .\@types\olympus\index.d.ts
|
||||
@@ -1 +1,5 @@
|
||||
watchify ./src/index.ts --debug -o ../server/public/javascripts/bundle.js -t [ babelify --global true --presets [ @babel/preset-env ] --extensions '.js'] -p [ tsify --noImplicitAny ]
|
||||
cd ..
|
||||
call .\check_setup.bat
|
||||
cd website
|
||||
|
||||
watchify .\src\index.ts --debug -o ..\server\public\javascripts\bundle.js -t [ babelify --global true --presets [ @babel/preset-env ] --extensions '.js'] -p [ tsify --noImplicitAny ]
|
||||
Reference in New Issue
Block a user