diff --git a/.gitignore b/.gitignore index d16e619..170453b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules dist +public .cache .env \ No newline at end of file diff --git a/package.json b/package.json index 330743c..e20d5b4 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "", "main": "index.js", "scripts": { + "build": "parcel build src/index.html -d public", "dev": "parcel src/index.html", "test": "echo \"Error: no test specified\" && exit 1" },