aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Renard 2019-09-22 13:50:34 -0300
committerLibravatar Renard 2019-09-22 13:50:34 -0300
commitd7c2e55f3b26dddc08eb95c5fc7feb138b5866ea (patch)
treeff291b54b82f84a77be59789f8ef5a50016cffea
parent0395aa60ac34fbe6cc8dd3e76a60a41f4febab6c (diff)
downloadbai-client-d7c2e55f3b26dddc08eb95c5fc7feb138b5866ea.tar.gz
bai-client-d7c2e55f3b26dddc08eb95c5fc7feb138b5866ea.tar.xz
bai-client-d7c2e55f3b26dddc08eb95c5fc7feb138b5866ea.zip
output dir build
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index cbfc7e6..0acfeb4 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
},
"scripts": {
"dev": "parcel src/index.html",
- "build": "parcel build src/index.html --no-source-maps",
+ "build": "parcel build src/index.html --no-source-maps --out-dir build",
"format": "prettier \"src/**/*.{js,css,html}\" --write",
"lint": "eslint \"src/**/*.{js,jsx} --quiet"
},