diff options
author | Renard | 2019-09-22 13:50:34 -0300 |
---|---|---|
committer | Renard | 2019-09-22 13:50:34 -0300 |
commit | d7c2e55f3b26dddc08eb95c5fc7feb138b5866ea (patch) | |
tree | ff291b54b82f84a77be59789f8ef5a50016cffea /package.json | |
parent | 0395aa60ac34fbe6cc8dd3e76a60a41f4febab6c (diff) | |
download | bai-client-d7c2e55f3b26dddc08eb95c5fc7feb138b5866ea.tar.gz bai-client-d7c2e55f3b26dddc08eb95c5fc7feb138b5866ea.tar.xz bai-client-d7c2e55f3b26dddc08eb95c5fc7feb138b5866ea.zip |
output dir build
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
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" }, |