Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Cleanup JS build artifacts (#7164)
Browse files Browse the repository at this point in the history
* Cleanup JS build artifacts

* Trigger js & js-old
  • Loading branch information
jacogr authored Nov 29, 2017
1 parent ba89f34 commit d1d5027
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js-old/scripts/push-precompiled.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ echo "*** [$PRE_REPO] Pushing upstream"
git push --quiet origin HEAD:refs/heads/master > /dev/null 2>&1

cd ..
rm -rf precompiled
rm -rf .dist .build .happypack precompiled
popd

# exit with exit code
Expand Down
2 changes: 1 addition & 1 deletion js-old/scripts/test.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// test script 17
// test script 18
2 changes: 1 addition & 1 deletion js/scripts/push-precompiled.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ echo "*** [$PRE_REPO] Pushing upstream"
git push --quiet origin HEAD:refs/heads/master > /dev/null 2>&1

cd ..
rm -rf precompiled
rm -rf .dist .build .happypack precompiled
popd

# exit with exit code
Expand Down
2 changes: 1 addition & 1 deletion js/scripts/test.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// test script 22
// test script 23

0 comments on commit d1d5027

Please sign in to comment.