1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-05 20:53:12 +00:00

Fix README.md publishing.

This commit is contained in:
Bogdan Bodnar 2019-12-06 16:18:58 +01:00
parent fd1518265f
commit 26bea9c7c4
No known key found for this signature in database
GPG Key ID: 49E4169AD3CA42B0
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# foris-js # foris-js
Set of utils and common React elements for reForis.
## Publishing package ## Publishing package

View File

@ -2,7 +2,7 @@
# Collect files # Collect files
npm run build npm run build
cp package.json dist cp package.json README.md dist
cp -rf translations dist cp -rf translations dist
# Remove unwanted files # Remove unwanted files
rm -rf dist/**/__tests__ rm -rf dist/**/__tests__