Checkpoint commit before implementing changes for auto update

This commit is contained in:
2020-09-28 20:48:14 +00:00
parent 5ee18098d3
commit 01b14308f3
5 changed files with 53 additions and 21 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "ayanova",
"version": "8.0.0-alpha.21",
"version": "8.0.0-alpha.23",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --modern",
"build": "vue-cli-service build --modern --report",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"test:front": "vue-cli-service test:e2e --url http://localhost:8080",