Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Workaround for UglifyJs madness
Browse files Browse the repository at this point in the history
mishoo/UglifyJS#2054
shrinkwrap was an issue because of cp-translations bumping on deploy
npm 3 is dodgy on node 0.10 and would have forced an upgrade on all microservices
so here is a dodgy workaround
  • Loading branch information
Wardormeur committed Jun 14, 2017
1 parent c7cd483 commit 8b2741f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ dependencies:
- if [ "$CIRCLE_BRANCH" = "master" ]; then cd ~/ && git clone git@github.com:CoderDojo/cp-translations.git && cd cp-translations && ./build.sh; fi
override:
- npm install
post:
- cd ~/cp-dojos-service && find ./node_modules/* -mtime +10950 -exec touch {} \;
test:
override:
- npm run test
Expand Down

0 comments on commit 8b2741f

Please sign in to comment.