Skip to content

Commit

Permalink
Merge pull request #515 from LukasKalbertodt/include-codemaps-in-release
Browse files Browse the repository at this point in the history
Include source map files in release tars
  • Loading branch information
LukasKalbertodt authored Mar 26, 2020
2 parents dd4bb6c + b087340 commit 35c5626
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ fi
# Build version for root path installation
export PUBLIC_URL=/
npm run build
rm build/static/js/*.map

FILENAME="oc-studio-$(date --utc +%F)-root.tar.gz"
cd build
Expand All @@ -29,7 +28,6 @@ rm -rf build/
export PUBLIC_URL=/studio
export REACT_APP_SETTINGS_PATH="/ui/config/studio/settings.json"
npm run build
rm build/static/js/*.map

FILENAME="oc-studio-$(date --utc +%F)-integrated.tar.gz"
cd build
Expand Down

0 comments on commit 35c5626

Please sign in to comment.