Skip to content

Commit

Permalink
empty node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jan 10, 2017
1 parent b24670a commit 4580f49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release.sh
Expand Up @@ -4,6 +4,10 @@ set -e
# Lets use it it for now and make it better over time :)
# You need np for this to work
# npm install --global np

# Remove the node modules to start clean
rm -fR node_modules

np $*

PACKAGE_VERSION=$(node -e 'console.log(require("./package").version)')
Expand Down

0 comments on commit 4580f49

Please sign in to comment.