From 50a04125dac1a126cb79a9fb575fcf673c5ac2d6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 11 Jun 2020 09:29:33 +0200 Subject: Fix npm run build --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/release.sh') diff --git a/scripts/release.sh b/scripts/release.sh index cc0a586e9..665f690bb 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -66,7 +66,7 @@ git commit package.json client/package.json ./support/doc/api/openapi.yaml -m "B git tag -s -a "$version" -m "$version" npm run build -rm -f "./client/dist/en_US/stats.json" +rm -f "./client/dist/en-US/stats.json" rm -f "./client/dist/embed-stats.json" # Creating the archives -- cgit v1.2.3