diff --git a/client/package.json b/client/package.json index 13588330..acb2d33a 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" },