Remove yarn from release

This commit is contained in:
Jeronimo Vallelunga 2017-07-14 20:11:08 -03:00
parent 17b4db795d
commit 3089452619
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"test:watch": "npm test -- --watch", "test:watch": "npm test -- --watch",
"test:coverage": "npm test -- --coverage", "test:coverage": "npm test -- --coverage",
"prepublish": "npm run build", "prepublish": "npm run build",
"release": "np", "release": "np --no-yarn",
"preexample:install": "npm run example:peripheral:install", "preexample:install": "npm run example:peripheral:install",
"example:install": "npm run example:webapp:install", "example:install": "npm run example:webapp:install",
"example:start": "npm run example:peripheral:start", "example:start": "npm run example:peripheral:start",