From 30894526194e15447eba8762940e1dc42fdb4511 Mon Sep 17 00:00:00 2001 From: Jeronimo Vallelunga Date: Fri, 14 Jul 2017 20:11:08 -0300 Subject: [PATCH] Remove yarn from release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f5fd69..f394bc1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test:watch": "npm test -- --watch", "test:coverage": "npm test -- --coverage", "prepublish": "npm run build", - "release": "np", + "release": "np --no-yarn", "preexample:install": "npm run example:peripheral:install", "example:install": "npm run example:webapp:install", "example:start": "npm run example:peripheral:start",