Fix npm run build

This commit is contained in:
Chocobozzz
2020-06-11 09:29:33 +02:00
parent d840487fed
commit 50a04125da
2 changed files with 1 additions and 5 deletions

View File

@@ -148,10 +148,6 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then
done
fi
if [ "$1" != "--analyze" ]; then
rm "./dist/en-US/stats-es2015.json"
fi
cd ../ && npm run build:embed && cd client/
# Copy runtime locales

View File

@@ -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