diff --git a/package.json b/package.json index 94266a4..b2f34b5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "scripts": { "example": "jest", "test": "xo && jest", - "release": "npm run build && np --no-2fa", + "release": "yarn build && np --no-2fa", "build": "del-cli dist && tsc" }, "xo": {