Remove *.css.map & *.js.map (#7168)
This commit is contained in:
parent
538e540dde
commit
a39e210742
@ -24,6 +24,8 @@ git remote set-url origin $PRE_REPO_TOKEN > /dev/null 2>&1
|
||||
echo "*** [$PRE_REPO] Copying build"
|
||||
rm -rf build
|
||||
cp -rf ../.dist/build .
|
||||
find . -name "*.css.map" -type f -delete
|
||||
find . -name "*.js.map" -type f -delete
|
||||
|
||||
echo "*** [$PRE_REPO] Adding to git"
|
||||
echo "$UTCDATE" >README.md
|
||||
|
@ -1 +1 @@
|
||||
// test script 19
|
||||
// test script 20
|
||||
|
@ -24,6 +24,8 @@ git remote set-url origin $PRE_REPO_TOKEN > /dev/null 2>&1
|
||||
echo "*** [$PRE_REPO] Copying build"
|
||||
rm -rf build
|
||||
cp -rf ../.dist/build .
|
||||
find . -name "*.css.map" -type f -delete
|
||||
find . -name "*.js.map" -type f -delete
|
||||
|
||||
echo "*** [$PRE_REPO] Adding to git"
|
||||
echo "$UTCDATE" >README.md
|
||||
|
@ -1 +1 @@
|
||||
// test script 24
|
||||
// test script 25
|
||||
|
Loading…
Reference in New Issue
Block a user