diff --git a/package.json b/package.json index 9fcf4bc..aacbd68 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,9 @@ { + "scripts": { + "build": "parcel build index.html", + "dev": "parcel index.html", + "start": "node server.js" + }, "dependencies": { "browserlist": "^1.0.1", "vue": "^2.6.11",