Fix npm run build
This commit is contained in:
parent
d840487fed
commit
50a04125da
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue