Delete unused package.json (dist) (#7173)

This commit is contained in:
Jaco Greeff 2017-11-30 11:12:03 +01:00 committed by GitHub
parent 3af1e1b3b0
commit 2e96ffc582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 2 deletions

View File

@ -26,6 +26,7 @@ rm -rf build
cp -rf ../.dist/build .
find . -name "*.css.map" -type f -delete
find . -name "*.js.map" -type f -delete
find . -name "package.json" -type f -delete
echo "*** [$PRE_REPO] Adding to git"
echo "$UTCDATE" >README.md

View File

@ -1 +1 @@
// test script 20
// test script 21

View File

@ -26,6 +26,7 @@ rm -rf build
cp -rf ../.dist/build .
find . -name "*.css.map" -type f -delete
find . -name "*.js.map" -type f -delete
find . -name "package.json" -type f -delete
echo "*** [$PRE_REPO] Adding to git"
echo "$UTCDATE" >README.md

View File

@ -1 +1 @@
// test script 25
// test script 26