mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-11-14 17:35:35 +01:00
10 lines
158 B
Bash
10 lines
158 B
Bash
#!/bin/sh
|
|
|
|
# Collect files
|
|
npm run build
|
|
cp package.json dist
|
|
cp -rf translations dist
|
|
# Remove unwanted files
|
|
rm -rf dist/**/__tests__
|
|
rm -rf dist/__mocks__
|