From 0a96adac4efc7a9be174c2618f29f62cffcad436 Mon Sep 17 00:00:00 2001 From: ntr Date: Wed, 1 May 2019 21:36:58 +1000 Subject: [PATCH] oops --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index acb2d33a..a7b4f1de 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 && cp -r /assets/molecules/ dist/", + "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" },