From 58c2f92f3607e7d1460a3b211f25dd05a40e9172 Mon Sep 17 00:00:00 2001 From: John Cruz Date: Wed, 26 Aug 2020 20:54:12 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Deploy=20script=20fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f70de82..8b8aa8d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "build": "yarn rollup -c", "lint": "eslint src/**", - "deploy": "yarn eslint && yarn build && yarn publish", + "deploy": "yarn lint && yarn build && yarn publish", "docs": "docsify serve docs" }, "repository": {