comparison client/package.json @ 1905:4f58bada50b8 dev-pdf-generation

merging in default branch
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 18 Jan 2019 17:10:16 +0100
parents 2b4de58a9031 d70bd8860b65
children cac5d2fba591
comparison
equal deleted inserted replaced
1903:7247ac316cb7 1905:4f58bada50b8
7 "url": "https://hg.intevation.de/gemma" 7 "url": "https://hg.intevation.de/gemma"
8 }, 8 },
9 "private": true, 9 "private": true,
10 "scripts": { 10 "scripts": {
11 "serve": "make translations && VUE_APP_HGREV=$(hg log -r . --template \"{data|shortdate}-{node|short}\") vue-cli-service serve", 11 "serve": "make translations && VUE_APP_HGREV=$(hg log -r . --template \"{data|shortdate}-{node|short}\") vue-cli-service serve",
12 "serve:notranslation": "VUE_APP_HGREV=$(hg log -r . --template \"{data|shortdate}-{node|short}\") vue-cli-service serve",
13 "build": "make translations && VUE_APP_HGREV=$(hg log -r . --template \"{data|shortdate}-{node|short}\") vue-cli-service build", 12 "build": "make translations && VUE_APP_HGREV=$(hg log -r . --template \"{data|shortdate}-{node|short}\") vue-cli-service build",
14 "analyze": "ANALYZE=true vue-cli-service serve", 13 "analyze": "ANALYZE=true vue-cli-service serve",
15 "lint": "vue-cli-service lint", 14 "lint": "vue-cli-service lint",
16 "test:unit": "vue-cli-service test:unit", 15 "test:unit": "vue-cli-service test:unit",
17 "test:e2e": "vue-cli-service test:e2e" 16 "test:e2e": "vue-cli-service test:e2e"