From 6e891f963397a77d946637effcb6f9f3f4fa0fce Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Sun, 31 Jul 2022 17:38:12 +0300 Subject: [PATCH] change build script --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bf2add7..80ddca4 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "scripts": { "dev": "parcel src/index.html", "test": "echo \"Error: no test specified\" && exit 1", - "build:parcel": "parcel build ./src/index.html --public-url ./ --no-source-maps", - "build": "npm run clean && npm run build:parcel", + "build": "parcel build src/index.html", + "start": "parcel", "clean": "rm -rf dist/*" }, "keywords": [],