From 0322ed73eb2f6024ff4ca24964869ae4dd4fa518 Mon Sep 17 00:00:00 2001 From: Roman Galochkin Date: Tue, 11 Feb 2020 14:57:44 +0300 Subject: [PATCH] Lets try to build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ac59fb6..f856c75e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "parcel": "parcel ./src/index.html --public-url / --no-autoinstall -- watch", "parcel-build": "parcel build ./src/index.html --no-source-maps --no-autoinstall", "server": "moduleserve ./ --port 8000", - "predeploy": "parcel build ./src/index.html --no-source-maps --no-autoinstall", + "predeploy": "yarn build && parcel build ./src/index.html --no-source-maps --no-autoinstall", "deploy": "gh-pages -d dist", "test": "echo \"Error: no test specified\" && exit 1" },