comparison client/package.json @ 5636:cdca70301f09

fix build
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 14 Jun 2023 08:44:53 +0200
parents 13006a421151
children 1709a00f8e30
comparison
equal deleted inserted replaced
5634:677a52ad9486 5636:cdca70301f09
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}\") NODE_OPTIONS='--openssl-legacy-provider' vue-cli-service serve", 11 "serve": "make translations && VUE_APP_HGREV=$(hg log -r . --template \"{data|shortdate}-{node|short}\") NODE_OPTIONS='--openssl-legacy-provider' vue-cli-service serve",
12 "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}\") NODE_OPTIONS='--openssl-legacy-provider' vue-cli-service build",
13 "analyze": "ANALYZE=true vue-cli-service serve", 13 "analyze": "ANALYZE=true vue-cli-service serve",
14 "lint": "vue-cli-service lint", 14 "lint": "vue-cli-service lint",
15 "test:unit": "vue-cli-service test:unit", 15 "test:unit": "vue-cli-service test:unit",
16 "test:e2e": "vue-cli-service test:e2e" 16 "test:e2e": "vue-cli-service test:e2e"
17 }, 17 },