From ca2edddb902c7f6a7a424661a4c500d07d330228 Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 23 Oct 2018 16:53:55 +1100 Subject: [PATCH] build script --- client/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/client/package.json b/client/package.json index 84b02d99..a55a611b 100755 --- a/client/package.json +++ b/client/package.json @@ -5,6 +5,7 @@ "main": "index.js", "scripts": { "start": "parcel index.html --port 40080", + "build": "parcel build index.html", "lint": "eslint --fix src/", "test": "echo \"Error: no test specified\" && exit 1" },