Add messages.json for AOE specific texts

This commit is contained in:
dennis.ludwig
2021-07-01 16:47:16 +02:00
parent 4838830a76
commit 0cf0f568ec
3 changed files with 101 additions and 13 deletions

View File

@@ -4,12 +4,12 @@
"main": "index.js",
"license": "MIT",
"scripts": {
"pregenerateJson": "yarn",
"generateJson": "aoe_technology_radar-generateJson",
"prebuild": "yarn generateJson",
"prebuild": "yarn",
"build": "aoe_technology_radar-buildRadar",
"postbuild": "yarn generateJson",
"prebuild:static": "yarn build",
"build:static": "aoe_technology_radar-createStaticFiles",
"generateJson": "aoe_technology_radar-generateJson",
"prestart": "yarn build:static",
"start": "yarn start:server",
"prestart:static": "yarn build:static",