From 5d1ab5210158da4bf21e01f71e732fb760ca80e2 Mon Sep 17 00:00:00 2001 From: MatacheAlexandru <111695999+MatacheAlexandru@users.noreply.github.com> Date: Fri, 16 Aug 2024 01:01:15 +0300 Subject: [PATCH] 6 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d944471..d51067d 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,9 @@ "homepage": "https://MatacheAlexandru.github.io/WeatherApp-TeamWork", "scripts": { "start": "parcel src/*.html", + "dev": "parcel src/*.html --public-url /WeatherApp-TeamWork/", "sass": "node-sass --include-path scss src/sass/index.scss src/index.css -w", - "build": "parcel build src/*.html --no-minify --public-url /WeatherApp-TeamWork/" + "build": "parcel build src/*.html --public-url /WeatherApp-TeamWork/" }, "repository": { "type": "git",