diff --git a/package.json b/package.json index 9ddb505..3912e4d 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "", "browserslist": "> 0.5%, last 2 versions, not dead", "scripts": { - "start": "parcel", - "build": "parcel build", + "start": "parcel src/index.html", + "build": "parcel build src/index.html", "type-check": "tsc --noEmit", "test": "echo \"Error: no test specified\" && exit 1" },