From ddb8d2aef57b00fa0aaeb3e572329f20ffdb36d9 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 15 Sep 2021 13:28:23 +0200 Subject: [PATCH] use no slash --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 075830d30..8a22e5391 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,7 +10,7 @@ "dev": "yarn run serve", "i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'", "test": "jest --coverage", - "locales": "./scripts/missing-keys.sh && ./scripts/sort.sh" + "locales": "scripts/missing-keys.sh && scripts/sort.sh" }, "dependencies": { "@babel/core": "^7.13.13",