From 56a9b0b3eb8e2f4732e80bcb23e1c1659a1efd8e Mon Sep 17 00:00:00 2001 From: ntr Date: Wed, 1 May 2019 21:35:28 +1000 Subject: [PATCH] update build for prod molecules --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 623ba16b..13588330 100644 --- a/client/package.json +++ b/client/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "start": "parcel index.html --host 0.0.0.0 --port 40080 --no-source-maps", - "build": "rm -rf dist && parcel build index.html", + "build": "rm -rf dist && parcel build index.html && cp -r ../assets/molecules/ dist/", "lint": "eslint --fix --ext .jsx src/", "test": "echo \"Error: no test specified\" && exit 1" },