Skip to content
Snippets Groups Projects

Release 3.1.0

Merged Maciej Lenartowicz requested to merge dev into master
Compare and
33 files
+ 2917
98
Preferences
Compare changes
Files
33
+ 4
1
@@ -4,7 +4,10 @@
mkdir -p dist
cp -rf ./src/* dist
cp package.json package-lock.json README.md dist
sed -i 's/\/src//g' dist/package.json # remove ./src from main js file path
cp -rf translations dist
# Remove unwanted files
rm -rf dist/**/__tests__
find dist -type d -name __tests__ -exec rm -r {} +
rm -rf dist/__mocks__