cmc_fe/create-release.sh

8 lines
122 B
Bash
Raw Normal View History

2023-01-19 13:55:12 +01:00
#!/bin/bash
2023-01-19 14:11:42 +01:00
yarn build
2023-01-19 13:55:12 +01:00
tar czf cmc_fe.tar.gz dist
2023-01-19 14:06:28 +01:00
git add . cmc_fe.tar.gz
git commit -m "updated cmc_fe.tar.gz"
git push