mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2025-01-12 20:57:18 +03:00
Don't delete .map files, they may help during debugging and the final build is only 20 MB anyway.
This commit is contained in:
parent
c02738beb0
commit
05e99b662e
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ npm install
|
|||
npm run dist
|
||||
|
||||
# Delete debugging map files, optional
|
||||
find build -name "*.map" -delete
|
||||
#find build -name "*.map" -delete
|
||||
|
||||
# Prepare the final archives
|
||||
cd build
|
||||
|
|
Loading…
Reference in a new issue