aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Renard 2019-09-22 13:46:30 -0300
committerLibravatar Renard 2019-09-22 13:46:30 -0300
commit0395aa60ac34fbe6cc8dd3e76a60a41f4febab6c (patch)
tree9a8e6de383e95e8ede9c8e669c07c449afdd7b0d /package.json
parentd507bd8404445f6d162b5908b298b57bd5b30e94 (diff)
downloadbai-client-0395aa60ac34fbe6cc8dd3e76a60a41f4febab6c.tar.gz
bai-client-0395aa60ac34fbe6cc8dd3e76a60a41f4febab6c.tar.xz
bai-client-0395aa60ac34fbe6cc8dd3e76a60a41f4febab6c.zip
Build output
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 20c93b2..cbfc7e6 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 --out-dir public",
+ "build": "parcel build src/index.html --no-source-maps",
"format": "prettier \"src/**/*.{js,css,html}\" --write",
"lint": "eslint \"src/**/*.{js,jsx} --quiet"
},
@@ -49,4 +49,4 @@
"parcel-bundler": "^1.12.3",
"prettier": "^1.18.2"
}
-}
+} \ No newline at end of file