diff options
author | Renard | 2019-09-22 13:46:30 -0300 |
---|---|---|
committer | Renard | 2019-09-22 13:46:30 -0300 |
commit | 0395aa60ac34fbe6cc8dd3e76a60a41f4febab6c (patch) | |
tree | 9a8e6de383e95e8ede9c8e669c07c449afdd7b0d | |
parent | d507bd8404445f6d162b5908b298b57bd5b30e94 (diff) | |
download | bai-client-0395aa60ac34fbe6cc8dd3e76a60a41f4febab6c.tar.gz bai-client-0395aa60ac34fbe6cc8dd3e76a60a41f4febab6c.tar.xz bai-client-0395aa60ac34fbe6cc8dd3e76a60a41f4febab6c.zip |
Build output
-rw-r--r-- | package.json | 4 |
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 |