build script

This commit is contained in:
ntr 2018-10-23 16:53:55 +11:00
parent cf7501b442
commit ca2edddb90

View File

@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"start": "parcel index.html --port 40080",
"build": "parcel build index.html",
"lint": "eslint --fix src/",
"test": "echo \"Error: no test specified\" && exit 1"
},