mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-26 16:52:06 +05:30
Fix mv 🤦
This commit is contained in:
parent
7f3755289d
commit
a4b653a5a4
@ -41,7 +41,7 @@ before_deploy:
|
||||
- rm -rf dist/*.css.map
|
||||
# Move all source maps to it's own directory
|
||||
- mkdir -p source-maps
|
||||
- mv dist/*.js.map source-maps/
|
||||
- mv dist/*.js.map source-maps/ 2>/dev/null; true
|
||||
- cp dist/*.js source-maps/
|
||||
# Creating tar.gz and zip archives
|
||||
- cd dist
|
||||
|
Loading…
Reference in New Issue
Block a user