Add messages.json for AOE specific texts
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user