Commit 7cf1edbc authored by Dan Abramov's avatar Dan Abramov
Browse files

Add updating deps to release script

parent beed0ae8
No related merge requests found
Showing with 6 additions and 0 deletions
+6 -0
......@@ -30,6 +30,12 @@ if [ -n "$(git status --porcelain)" ]; then
exit 1;
fi
# Update deps
rm -rf node_modules
rm -rf ~/.npm
npm cache clear
npm install
# Force dedupe
npm dedupe
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment