diff options
Diffstat (limited to 'package.json')
-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 |