This commit is contained in:
ntr 2019-05-01 21:36:23 +10:00
parent 56a9b0b3eb
commit 46ee9bb8ae

View File

@ -5,7 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "parcel index.html --host 0.0.0.0 --port 40080 --no-source-maps", "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/", "lint": "eslint --fix --ext .jsx src/",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },