diff --git a/README.md b/README.md index f55d183..79a6dfb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # foris-js +Set of utils and common React elements for reForis. ## Publishing package diff --git a/scripts/collect_files.sh b/scripts/collect_files.sh index 6d45f1b..33fd3f2 100644 --- a/scripts/collect_files.sh +++ b/scripts/collect_files.sh @@ -2,7 +2,7 @@ # Collect files npm run build -cp package.json dist +cp package.json README.md dist cp -rf translations dist # Remove unwanted files rm -rf dist/**/__tests__