allow zero-config zeti/now deployment

This commit is contained in:
wryk 2020-01-10 14:28:27 +01:00
parent 53a0ed4b8f
commit 87c0398f0a
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
node_modules
dist
public
.cache
.env

View File

@ -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"
},