From 3c25e7f8890138124d6cf01c9119a09663d97e3b Mon Sep 17 00:00:00 2001 From: Roman Galochkin Date: Wed, 19 Feb 2020 13:03:45 +0300 Subject: [PATCH] Fixes command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53abf221..46d1340c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "parcel-build": "parcel build ./src/index.html --no-source-maps --no-autoinstall", "showcase": "PORT=12345 parcel showcase/index.html", "server": "moduleserve ./ --port 8000", - "predeploy": "yarn build && parcel build ./src/index.html --no-source-maps --no-autoinstall", + "predeploy": "parcel build ./src/index.html --no-source-maps --no-autoinstall", "deploy": "gh-pages -d dist", "test": "echo \"Error: no test specified\" && exit 1" },