Skip to content

Commit

Permalink
Reinstall dependencies before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Brain committed Apr 6, 2017
1 parent 1c4fe4b commit b1a8058
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

set -e;

rm -rf node_modules/cross-domain-safe-weakmap node_modules/sync-browser-mocks
npm install cross-domain-safe-weakmap sync-browser-mocks

gulp build;

git add dist;
Expand Down

0 comments on commit b1a8058

Please # to comment.