aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/.functions b/.functions
index e78f855..94c5d46 100644
--- a/.functions
+++ b/.functions
@@ -296,6 +296,7 @@ function o() {
# defaults to `patch`
function np() {
git pull --rebase && \
+ rm -rf node_modules && \
npm install && \
npm test && \
npm version ${1:=patch} && \