From f937a72c0de4252cb238091204cb268944945139 Mon Sep 17 00:00:00 2001 From: Ozzie Gooen Date: Sun, 9 Feb 2020 22:41:03 +0000 Subject: [PATCH] Add simple script to deploy parcel --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 64a8c8ba..7b3c7758 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "start": "bsb -make-world -w -ws _ ", "clean": "bsb -clean-world", "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", "test": "echo \"Error: no test specified\" && exit 1" }, @@ -40,4 +41,4 @@ "moduleserve": "^0.9.0", "tailwindcss": "^1.2.0" } -} +} \ No newline at end of file