Added build debug step in check_setup

This commit is contained in:
Davide Passoni
2024-02-19 15:41:40 +01:00
parent 4efd48c4b9
commit 5f2fb60e1f
3 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ cd website
call npm install
call npm install -g watchify babelify tsify
call npm run build-debug
cd ..