Added .devtools scripts to package.json

This commit is contained in:
Bernd Bestel 2021-07-05 17:47:47 +02:00
parent b4ce0555d9
commit d9470cb377
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -35,5 +35,12 @@
"tempusdominus-bootstrap-4": "https://github.com/berrnd/tempusdominus-bootstrap-4.git#master", "tempusdominus-bootstrap-4": "https://github.com/berrnd/tempusdominus-bootstrap-4.git#master",
"timeago": "^1.6.7", "timeago": "^1.6.7",
"toastr": "^2.1.4" "toastr": "^2.1.4"
},
"scripts": {
"create_release_package": "./.devtools/create_release_package.bat",
"install_dependencies": "./.devtools/install_dependencies.bat",
"transifex_download": "./.devtools/transifex_download.bat",
"transifex_upload": "./.devtools/transifex_upload.bat",
"update_dependencies": "./.devtools/update_dependencies.bat"
} }
} }