From 4c8ce33fa8b84d7da172bf72e0bc4f6bc0091553 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sun, 3 Jan 2021 20:36:52 +0100 Subject: [PATCH] Start script --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c7054de..2481e83 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,15 @@ "description": "Web aplikacja ułatwiająca wysyłanie zgłoszeń do Poznańskiej Straży Miejskiej", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start": "parcel src/index.html" }, "repository": { "type": "git", "url": "gitea@git.kuba-orlik.name:kuba/zglaszansko-web.git" }, "author": "foki", - "license": "ISC" + "license": "ISC", + "dependencies": { + "parcel-bundler": "^1.12.4" + } }