skip yarn

This commit is contained in:
soulgalore 2018-02-11 11:29:56 +01:00
parent 95f9bb6cfe
commit 0610f9a6a4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ docker login
# Lets use it it for now and make it better over time :)
# You need np for this to work
# npm install --global np
np $1
np --no-yarn $1
PACKAGE_VERSION=$(node -e 'console.log(require("./package").version)')