diff options
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" }, |